views:

185

answers:

1

Hi,

I'm wondering if I can change the background color of just the prompt of the UINavigationBar (e.g. to red, while the rest of the navigation bar stays black), so I can use the prompt property of the UINavigationItem to display status / error messages as a one-liner.

Your help is appreciated.

A: 

Nope. But you can set the prompt to an empty string, and place a red-colored label on top of it.

KennyTM