objective c - How to call drawRect: method in super view from subview? -


i showing popover custom view this:

enter image description here

and when user taps on popover must draw on custom view (from popover shown).

i try make [mypopover.view.superview setneedsdisplay]; don't work. may can try more reload super view or call in drawrect: method?

thank you!

maybe this? [mypopover.superview drawrect:]


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -