Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Pavel Palancica
6,535 PointsiOS - Moving the default TabBar position
Hey Guys,
I want integrated RevMob ads inside my app. I'm using "[[RevMobAds session] showBanner]", and that brings a small ad from the bottom, which is probably 320x50 point on iPhone I guess (but that's not the point here).
My question is:
I am making a TabBar navigation intereface, and the add covers/hides the tabbar. Is there any way to move that tabbar up?
Thanks in advance
2 Answers

Amit Bijlani
Treehouse Guest Teacher@pavel You cannot move the Tab Bar. What you could do is use a custom control. Maybe a slide out panel like the Facebook app: http://www.cocoacontrols.com/controls/jasidepanels

Pavel Palancica
6,535 PointsOK, thanks a lot Amit. I appreciate it!