I looked all over the forum and googled without any success on this matter. I want to customize a UITabBar to display an image background instead of the dark gray background provided by the SDK. Is there a way for me to do this?
I tried creating a category for UITabBar and overwrite the drawRect method but this also has no effect since I don't even see in the debugger the UITabBar calling my method.
I'm doing most of it programmatically in my code and as far as I understand the UITabBar is directly attached to a UITabBarController, however the UITabBarItem objects are inside the UIViewController... is it possible that the change needs to happen in the UIViewController and not the UITabBar itself?
I've already spent over a day on this matter so it's time for me to ask the community for help so any suggestions, code snipped or comments will be highly appreciated.
Regards,
ML
I tried creating a category for UITabBar and overwrite the drawRect method but this also has no effect since I don't even see in the debugger the UITabBar calling my method.
I'm doing most of it programmatically in my code and as far as I understand the UITabBar is directly attached to a UITabBarController, however the UITabBarItem objects are inside the UIViewController... is it possible that the change needs to happen in the UIViewController and not the UITabBar itself?
I've already spent over a day on this matter so it's time for me to ask the community for help so any suggestions, code snipped or comments will be highly appreciated.
Regards,
ML