user4951
user4951

Reputation: 33090

Can we put tab bar on top>?

Say I like tab bar style button and I want to put it somewhere on the screen.

Can I do that?

This the the documentation for tabbar

Provides a mechanism for displaying a tab bar at the bottom of the screen and supports the display and selection of tab bar items (instances of UITabBarItem). You can use UITabBarDelegate to specify custom views for tab bar items.

Upvotes: 2

Views: 139

Answers (2)

rdelmar
rdelmar

Reputation: 104082

Yes, you can put it at the top, but it's probably against the HIG. However, I don't understand the intent of your question -- you obviously tried putting it at the top, so why ask a question to which you already know the answer?

Upvotes: 1

user149341
user149341

Reputation:

No. By definition, tab bars go on the bottom of the screen -- the top is reserved for navigation bars.

Upvotes: 1

Related Questions