Hi,
using this property I changed the UITabBar selection image
But the image is bigger then the bar item
How do I resize the image while the property gets UIImage?
and one more question.
I added programmatically two UIButtons to the UITabBar.
the second one is behind by the selectionIndicatorImage but the first In front of the new selection.
I created them both after the code above so the layers are ok.
What is the problem?
Thanks!!!
using this property I changed the UITabBar selection image
PHP:
bar.selectionIndicatorImage=[UIImage imageNamed:@"tabbar-active@2x.png"];
But the image is bigger then the bar item
How do I resize the image while the property gets UIImage?
and one more question.
I added programmatically two UIButtons to the UITabBar.
the second one is behind by the selectionIndicatorImage but the first In front of the new selection.
I created them both after the code above so the layers are ok.
What is the problem?
Thanks!!!
Last edited: