I have a hidden tab bar but I am finding that the area of the view that is where the tab bar would have been does not receive touch events. The tab bar is hidden due to setting hidesBottomBarWhenPushed.
Is there anyway around this?
I have a hidden tab bar but I am finding that the area of
Share
I’ve got around the problem by adding my view as a sub view of myViewController.tabBarController.view so that it appears on top of the tab bar. Works ok now