0

I am showing a popover from a custom view like this:

enter image description here

And when the user taps on the popover I must draw something on my custom view (from which the popover is shown).

I try to make [myPopover.view.superView setNeedsDisplay]; but it don't work. May be I can try more anything for reload my super view or call in it drawRect: method?

Thank you!

Abizern
  • 146,289
  • 39
  • 203
  • 257
Kepler
  • 705
  • 1
  • 5
  • 19

1 Answers1

-1

Maybe this? [myPopover.superView drawRect:]

Yuval.M
  • 145
  • 1
  • 5