I am working on IPad application. As per requirement On detail page of SplitviewController I am adding one customized UIBarButtonItem leftbar button on navigation bar.

Now in Portrait mode when I click this button I am getting following error

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Popovers cannot be presented from a UIBarButtonItem that is not in a toolbar or navigation bar already.'

Can one please help on this ????

Thanks,

Sagar

link|improve this question

63% accept rate
2  
You should post the code that the button calls to present the popover. – TechZen Jul 14 '10 at 14:37
feedback

1 Answer

You most likely didn't declare your UIButtonItem variable correctly. Make sure it matches everywhere throughout your code.

For more info check out my blog post.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.