Is there a particular reason why you need to create your own tab bar controller
class rather than using the default one?
And as for image scaling, I don't believe UITabBarItems actually scale the
images to fit. I seem to recall at one point having an image that was a little
too big and seeing i
On Jan 26, 2011, at 3:10 AM, ico wrote:
> Everything is fine except that my images for UITabBarItem is not scale to fit
> the item size to be displayed properly. As
> it should be as described in the UITabBarItem documentation:
> *image*
>
> The item’s image. If nil, an image is not displayed.
>
On Jan 26, 2011, at 5:10 AM, ico wrote:
> Hi All,
>
> I want to add a UITabBar in my UIViewController, I don't want to use
> UITabBarController because I need to push this view controller into a
> navigation controller.
Don't do that.
>From the "View Controller's Guide for iOS":
Note: Althou