I would like to hide the navigation bar, status bar, and tab bar when a user taps anywhere on the screen. The view for this tab is a tableview but the cells are inactive (they store images and text and do not perform any actions).
Is there a method for detecting touches on the screen of a tableview?
Thanks in advance for your help!