change color of self.navigationItem.prompt
Is it possible to change color of navigationItem.prompt开发者_运维知识库??
self.navigationItem.prompt = @"What would you like to order today?";
Doesn't look like it. There are probably various hacks you can do by fiddling with the navigation bar's view hierarchy...
精彩评论