Ive spent 3 hours on this now, its really irritating me. I need to hide the tabbar for certain views and bring it back for others. I have been trying
self.hidesBottomBarWhenPushed = TRUE;
with no success. (because some views I have to POP
off the screen and that only works with PUSH and its even at that it doesnt seem to work right)
So I was wondering if I could move the "frame" of a tabbar somehow to just below the screen view and then bring it back up when I need it, even with an animation would be nice?