Hi,
I wanted to change the image of my TabBar and wondering if this code is a private API, i guessed it was seen as the private was in it, but am i wrong?
@interface UITabBarController (private)
- (UITabBar *)tabBar;
If so, is there anything that can change the background image of the TabBar without breaking any API's?
I wanted to change the image of my TabBar and wondering if this code is a private API, i guessed it was seen as the private was in it, but am i wrong?
@interface UITabBarController (private)
- (UITabBar *)tabBar;
If so, is there anything that can change the background image of the TabBar without breaking any API's?