Hi All,
I'm trying to recreate this UISearchBar (as seen in the Table Search example code):
All the examples I've seen to do this involve using a xib, however I need to do it programmatically. The problem is changing the tint color also changes the cancel button's tint:
Any ideas?
...
My application has a navigation view controller with 2 views :
- a root view : i'd like the tint color for its navigation bar to be black
- a sub view : i'd like the tint color for its navigation bar to be blue
To achieve this, I set the tint color for the navigation bar in the viewDidLoad method of each view controller :
self.navigati...
Hi guys,
just switched to iOS4 on my iPhone 3Gs and some of my apps broke.
One issue I had is that I had a UIToolbar with some buttons, tinted to pink, that worked well on the 3.1.3 OS. After upgrading to iOS 4, the toolbar was still tinted, but the buttons it contained were no longer affected by the tint. The toolbar was pink while th...
I am able to use tintColor to change the color of my NavBar, but this causes the NavBar to appear "flat". The standard NavBars have a shading to them - is there any way to accomplish this shading without using a custom image in place of the NavBar?
...
Hi.
I'm trying to make my app compatible with iOS 4 Multitasking so it stays open when the home button is pressed.
At one point, a button is pressed and it opens a new view and changes the tint colour of a toolbar depending on the contents of a txt file automatically. The toolbar also has a button that is linked to an IBAction (it close...
Hi everyone,
I am tyring to customize the colors a bit in a ABPeoplePickerNavigationController below is my complete code:
ABPeoplePickerNavigationController *objPeoplePicker = [[ABPeoplePickerNavigationController alloc] init];
[objPeoplePicker setPeoplePickerDelegate:self];
objPeoplePicker.topViewController.navigationController.navigat...