Hello all,
So I have a popover being presented from a barbutton. However I am having some rotation issues when a modal view is being displayed over it. The view inside the popover is not rotating properly. I have all of the delegates set to yes, so it should automatically handle this. This is only happening when that modal view is being displayed over it. Is it possible to dismiss the popover when the user selects an item from the table inside the popover? Thanks!
UPDATE: So I figured out how to dismiss the popover by keeping a reference via a delegate. This did not fix the rotation problems. Does anyone have any idea what may be causing this? Thanks