Modal View Controller not showing up properly
Hi,
I'm displaying a UITableViewController as Modal View Controller by calling presentModalViewController from my main view controller.
From my table view controller i'm again calling another view controller by using the presentModalViewController.
The issue is...if i scroll my table view and then launch the other view using presentModalViewController, the position of my other view is shown wrt my table view.
I have a back button on top of my other view, if i scroll table view till bottom and then call presentModalViewController to display the view..i cant see the top back button and then i get stuck. I have to close the app then.
Anyone has any idea on what may be going wrong?
Thanks in advance.
|