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
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
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.