0

I am trying to tint my UI to a nice brown. The pop up associated with the splitter is blackish-blue. How do I change its tint to the one I have applied to the rest of the app?

Here's a picture:

alt text

When I change the tint in IB it then looks like this: alt text

Ian Vink
  • 66,960
  • 104
  • 341
  • 555

1 Answers1

1

Unfortunately the border can not be changed from the grey color..only the title. You need to set the tintcolor property on the navigation bar.

myController.navigationBar.tintColor

Chris Kooken
  • 32,730
  • 15
  • 85
  • 123