ios - Setting custom divider image in UITabBar using setDividerImage:forLeftState:rightState: -
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/uikituicatalog/uitabbar.html
in above link images section "by default, there no divider image between tabs on tab bar. can set custom divider images each combination of left , right tab command states using setdividerimage:forleftstate:rightstate:method. if utilize custom dividers, create sure set divider images combinations of tabs states: left selected, right selected, or both unselected."
how can utilize setdividerimage:forleftstate:rightstate: method setting custom divider in uitabbar?
i tried many options [uitabbar appearance], [uitabbaritem appearance], [uitabbarcontroller appearance], self.tabbarcontroller.tabbar , self.tabbarcontroller.tabbaritem xcode code completion didn't show me aforesaid method.
i using xcode 5.1.1 ios sdk 7.1.
looking forwards hear guys!
thanks & regards,
mihir
ios objective-c uitabbarcontroller uitabbar uitabbaritem
No comments:
Post a Comment