iOS Custom Appearance - Background Color UIColor Tutorial Example in iOS 6 - Xcode 4.5

2014-04-15 68

http://www.mybringback.com
http://www.todaysawesomesauce.com

iOS Custom Appearance - Background Color UIColor Tutorial Example in iOS 6 - Xcode 4.5

Making an application look good can make the difference when a user decides to buy your app instead of someone else's. One element to assist with this is a custom background. In this tutorial we detail how easy it is to customize the background of any view controller with one simple customization. The source code can be found at http://www.mybringback.com. Hit us up if you have any questions!

self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"imagename.png"]];

If you want to learn more, please check out http://www.mybringback.com

We would love to hear from you on facebook, twitter, or in the forums!

http://www.facebook.com/mybringback
http://www.twitter.com/mybringback