i am using a UIPopoverController.
In this popover i am loading a custom view which has a navigation bar and a table view.
When i present the popover it only shows the navigation bar and table view is not shown.
Please tell me how to resolve the issue.
I found a way. Actually i was unable to give the permittedArrowDirections parameter because the direction was not fixed. So I passed a “NO” in the parameter and it works. Thanks everyone for their help.. 🙂