开发者

change UIBarButtonItem style

I create UIBarButtonItem using

UIBarButtonItem *previous = [[UIBarButtonItem alloc] 
                             initWithTitle:@"Search"
                             style:UIBarButtonItemStyleBordered
                             target:self
                             action:@select开发者_运维百科or(SearchAction:)];

how to change its style to black

best regards


Set the tint color of UINavigationBar to black.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜