How to customize the appearance of a tab bar?
Posted
by Dan Harrelson
on Stack Overflow
See other posts from Stack Overflow
or by Dan Harrelson
Published on 2010-05-06T04:31:21Z
Indexed on
2010/05/06
4:38 UTC
Read the original article
Hit count: 333
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?
© Stack Overflow or respective owner