nicolaschengdev / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
1.94k stars 370 forks source link

auto dismiss when presenting popover #167

Closed hussc closed 9 years ago

hussc commented 9 years ago

I simply try to display a popover from titleView in navigation bar, when I present it, it automatically hides and calls dealloc on the WYPopoverController!

mefilt commented 9 years ago

WYPopoverController variable - dont have strong reference, variable release, and call dealloc.

hussc commented 9 years ago

Thank u, now it works