Custom UITabBar Background image
I Have this Image for my UITabBar:
And this is how i add it to the Tab:
[[UITabBar appearance] setBackgroundImage:[UIImage
imageNamed:@"NewTabBar.png"]];
[[UITabBar appearance] setSelectionIndicatorImage:[UIImage
imageNamed:@"tabbar_selection.png"]];
And i noticed that when i rotate the device to landscape mode the image
won't re-size to all the screen. How i can re-size it?
No comments:
Post a Comment