three3
three3

Reputation: 2846

Change the image on UITabBar

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

Answers (2)

UIAdam
UIAdam

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

Garoal
Garoal

Reputation: 2374

Here you can find an answer, a category in UITabBar that allows you to set a background image programmatically.

Upvotes: 1

Related Questions