Search code examples
iphoneipadiphone-sdk-3.0uipopovercontrollerios-simulator

How to disable UIPopoverController animation?


I have added the popOvercontroller on click of navigation bar right button.i don't want the animation effect..can anybody tell me how to disable it???


Solution

  • How do you instantiate it? the docuemntation mentions presentPopoverFromBarButtonItem:permittedArrowDirections:animated: - sounds like the perfect answer to your question.