Reputation: 15894
Can some body tell me what is the exact size of tab bar in UITabBarConroller on iPhone programming?
Upvotes: 5
Views: 9658
Reputation: 58448
Interface builder says its size is 320x49, with 49 being the height.
However, you shouldn't be relying on hard coded sizes, that's why views have the frame and bounds properties, so you can find out size and positioning ,etc.
Upvotes: 12