Remove Sink in Effect in Tabbar(Iphone Development)
Is it possible to remove the开发者_如何学Go sink-in effect in Tab-Bar?
I mean the button will be selected without a sink-in effect.
You can. To do so, subclass the UITabBarItem class and override the appropriate methods. See this answer for more.
精彩评论