In the above link Images section "By default, there is no divider image between tabs on a tab bar. You can set custom divider images for each combination of left and right tab control states using the setDividerImage:forLeftState:rightState:method. If you use custom dividers, make sure to set divider images all combinations of tabs states: left selected, right selected, or both unselected."
How can i use setDividerImage:forLeftState:rightState: method for setting custom divider in UITabBar?
I tried many options [UITabBar appearance], [UITabBarItem appearance], [UITabBarController appearance], self.tabBarController.tabBar and self.tabBarController.tabBarItem but xcode code completion didn't show me aforesaid method.
I am using Xcode 5.1.1 with iOS sdk 7.1.
Looking forward to hear from you guys!
Thanks & Regards,
Mihir