How can I remove this mask?
I don't found any solution about it.
Please help me
Thanks!
How can I remove this mask?
I don't found any solution about it.
Please help me
Thanks!
I found this solution:
UIImage* emptyImage = [UIImage imageNamed:@"empty.png"];
[[UITabBar appearance] setSelectionIndicatorImage:emptyImage];
selectionIndicatorImage is now empty!
Looks good!
Thanks for all.