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
902 stars 250 forks source link

Can't Interact with FPPopover #96

Closed SebOH123 closed 10 years ago

SebOH123 commented 10 years ago

Hello,

I have added the FPPopover to my own project and for some reason I can't interact with it!!

Code: Weather_View controller = [[Weather_View alloc] init]; FPPopoverController popover = [[FPPopoverController alloc] initWithViewController:controller]; [popover presentPopoverFromView:_weatherButtonOutlet];

What's my issue??

jifang commented 10 years ago

is _weatherButtonOutlet nil at the time when you invoke it? On Jan 20, 2014, at 10:10 PM, SebOH123 notifications@github.com<mailto:notifications@github.com> wrote:

_weatherButtonOutlet

SebOH123 commented 10 years ago

I forgot to add the dismiss method, dumb me! Thanks for the advice :)