Reputation: 33090
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
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
Reputation:
No. By definition, tab bars go on the bottom of the screen -- the top is reserved for navigation bars.
Upvotes: 1