objective c - How to call drawRect: method in super view from subview? -
i showing popover custom view this:
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
Post a Comment