0

Recently tried to implement a toolbar in my app, for now I'm using the uitabcontroller which is built in.

I wondered if it was possible to edit something like so: http://i64.tinypic.com/iwlxzo.jpg

I've failed to find any documentation on customising a uitabcontroller or creating one...

Thank you in advance!

Adrien Zier
  • 687
  • 1
  • 7
  • 28

1 Answers1

1

You'll need to subclass UITabbarController to perform the changes that you require. I suggest you look up subclassing to get the right idea.

Alex McPherson
  • 3,185
  • 3
  • 30
  • 41