How to customize the appearance of a tab bar?
- by Dan Harrelson
I am looking to customize the appearance of a tab bar. Specifically I want to:
Change the default tabBar color
Add a custom image on top of the tabBar
Add custom images to tabBarButtons
Change the font of tabBarButtons
In a nutshell, I want all of the functionality of a tab bar but with a completely custom look.
Should I start subclassing elements, or using categories or what?