I have five tabs on the tab bar controller. By default the first view is shown. Is there a way to prevent the user from tapping the other tabs if a pre-condition is not met?
Currently, in my app, I check for the pre-condition, and an alert is shown - however, after the view is switched.
Sam.