Search code examples
objective-ciosuitabbar

Remove Sink in Effect in Tabbar(Iphone Development)


Is it possible to remove the sink-in effect in Tab-Bar?

I mean the button will be selected without a sink-in effect.


Solution

  • You can. To do so, subclass the UITabBarItem class and override the appropriate methods. See this answer for more.