You may be able to hack in your own subviews or you'll have to roll your own tab bar.
Meaning: UITabBar is a subclass of UIView. Therefore, you can add your own subviews.You may be able to hack in your own subview...
Meaning: You might be able to subclass UITabBar and customize it to meet your specific needs or you could create a whole new custom class that operates similar to a UITabBar but created by you from scratch. For example, RCSwitch is a customized UISwitch but rather than subclassing UISwitch and extending it, they actually subclassed UIView....or you'll have to roll your own tab bar.
Do you understand the difference between UITabBarController and UITabBar?[self.tabBarController addSubview:myimage];
: Semantic Issue: 'UITabBarController' may not respond to 'addSubview:'
what should I do?
Tried both? You've only posted one attempted solution. Please don't expect us to guess what the other one was. If you haven't already, I'd suggest reading through What Have You Tried and especially the kinder, gentler Getting Answers.I tied both and it's gave the same warning