skip to main
|
skip to sidebar
iPhone SDK Basics
iPhone SDK Development Basics, Tutorials, Code snippets, Links, and Examples.
Friday, July 23, 2010
Setting the color of a UINavigationBar programmatically
If you are using a UINavigationController for your views, you can easily change the UINavigationBar's color using the following:
self
.
navigationController
.
navigationBar
.
tintColor
= [
UIColor
brownColor
];
and choose whatever color you wish.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Blog Archive
▼
2010
(25)
►
December
(1)
►
November
(1)
►
August
(1)
▼
July
(14)
Using Next and Done with UITextFields and UIKeyboard
XCode 4 Developer Preview
Accessing your UITabBarController from another UIV...
Setting the color of a UINavigationBar programmati...
Converting NSString to int, float, double, and bool
Easy NSString substring
UITextView automatic keyboard display
Deselecting UITableViewCell's when a view appears
Facebook API Integration on the iPhone
Default UITableViewCell font, and how to change it
Hiding the keyboard when using UISearchBar and UIT...
HTTP Basic Authentication on the iPhone
NSURLErrorDomain error -1012
Changing UITableViewCell text colors
►
June
(1)
►
January
(7)
iPhone Dev Links
iPhone Dev Center
iPhone Examples
iCodeBlog
iPhone SDK Forum
No comments:
Post a Comment