I ilx.mac macrumors member Original poster May 20, 2009 #1 Hi There, I tried hiding tabbar controller using Hidesbottombarwhenpushed, with no success. Can some one help me with some example/sample code Please? Is there any other way to hide the tabbar controller? Please Advice. Thanks in Advance!
Hi There, I tried hiding tabbar controller using Hidesbottombarwhenpushed, with no success. Can some one help me with some example/sample code Please? Is there any other way to hide the tabbar controller? Please Advice. Thanks in Advance!
B BlackWolf macrumors regular May 20, 2009 #2 Well, it depends a little on how your app is built, but the easiest way is probably to just put a view above the controller (so probably add a subview to the window at index 0) ... that should do the trick I guess
Well, it depends a little on how your app is built, but the easiest way is probably to just put a view above the controller (so probably add a subview to the window at index 0) ... that should do the trick I guess