I have a Popovercontroller where I have a table view and a detail disclosure button. On tap of the button I need to drill down to the next level.
I need to give the user a consistent width.
I set self.contentSizeForViewInPopover = CGSizeMake(1024,768);//max number in the viewDidLoad n ViewWillAppear of the the View COntroller to be pushed. But, even then it resizes to a random width may be 600. Any one has/solved this issue?