Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

iOS - 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
STAFF
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

OK, thanks a lot Amit. I appreciate it!