views:

35

answers:

1

hi is there a way to give one tabbaritem in UITabBarController more width then the others.

by default they are all sized the same.

thanks Alex

A: 

You can't do that. Size properties for an UITabBar aren't available for us, simple mortals.

It's more work, but you could create your own custom view instead of an UITabBar.

pablasso
thank you. i "hacked" it once for custom images in the tab bar. but there doesnt seem to be a method for resizing the baritem.
Alex Milde