iphone - UITabBarController customization -


in our native ipad app, need few customizations done tab bar namely:

  • we want height of tab bar 54px,
  • the highlight color of tab bar icons when selected needs yellow
  • there has slight shadow @ top edge of tab bar.

apple's documentation states uitabbarcontroller not meant subclassed. please advise best way achieve above customization if cannot subclass uitabbarcontroller.

thanks.

you can subclass it, apple discourages because bound screw up/change functionality drastically. if you're theming , doesn't ugly, things should fine.

if reject it, can go default uitabbar , ship that.

you may want @ three20


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -