alvises / FPPopover

FPPopover provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.
http://www.poeticoding.com/fppopover-a-customizable-uipopovercontroller-for-iphone-and-ipad/
Other
903 stars 250 forks source link

memory problem #124

Open 983563622 opened 8 years ago

983563622 commented 8 years ago

the demo has memory problem,every time call popover = [[FPPopoverController alloc] initWithViewController:controller],but never call dealloc!