How do you create an invisible button that covers the whole screen including navigation controller?

Posted by Jim on Stack Overflow See other posts from Stack Overflow or by Jim
Published on 2010-04-04T19:49:24Z Indexed on 2010/04/04 19:53 UTC
Read the original article Hit count: 244

I have a simple tableview that navigates to a detailed view with a navigation controller. In the detailed view I need to create a button which when pressed isolates all other buttons displayed on the screen including the navigation controller back button. I know how to get the invisible button to cover most of buttons the screen but I can't get it to cover the navigation controller back button as this has been created in the parent view. How do I pop it over the top of the navigation controller from the detail view?

© Stack Overflow or respective owner

Related posts about uiviewcontroller

Related posts about uinavigationcontroller