Reputation: 2846
I a complete beginner when it comes to iOS development. I have recently downloaded a template application so I could learn the basics. I am trying to figure out how to change the photo/image on the bottom UI bar. I have done so much research to no avail.
Upvotes: 0
Views: 1961
Reputation: 5313
In iOS 5, UITabBar (and many other UIKit controls) follow a standard procedure for customizing their appearance. Here is a good tutorial on how it works:
http://www.raywenderlich.com/4344/user-interface-customization-in-ios-5
Upvotes: 1