Sunday, July 31, 2011

Set Colour of searchbar and NavigationBar

[self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:122.0f/255.0f green:165.0f/255.0f blue:156.0f/255.0f alpha:1]];
       
  [self.searchBar setTintColor:[UIColor colorWithRed:122.0f/255.0f green:165.0f/255.0f blue:156.0f/255.0f alpha:1]];
       

No comments:

Post a Comment