up vote 1 down vote favorite
share [g+] share [fb]

I have a situation where a modal dialog does not cover the Tab Bars of the UITabBarController derived view. Has anyone experienced a similar issue? This only happens when a second modal dialog is being displayed after the first one is dismissed.

link|improve this question
feedback

1 Answer

Which view are you adding the model dialog to? Can you show a screenshot or sample code? I usually push mine onto the window view to be sure that it has the full screen bounds to work within.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown