tags:

views:

18

answers:

1

hi,

Is it possible to change color of navigationItem.prompt??

self.navigationItem.prompt = @"What would you like to order today?";
A: 

Doesn't look like it. There are probably various hacks you can do by fiddling with the navigation bar's view hierarchy...

tc.