Closed SebOH123 closed 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
I forgot to add the dismiss method, dumb me! Thanks for the advice :)
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??