开发者

change color of self.navigationItem.prompt

开发者 https://www.devze.com 2023-01-05 14:36 出处:网络
Is it possible to change color of navigationItem.prompt开发者_运维知识库?? self.navigationItem.prompt = @\"What would you like to order today?\";

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...

0

精彩评论

暂无评论...
验证码 换一张
取 消