如何将图像作为导航栏标题 [英] How to put an image as the navigation bar title

查看:112
本文介绍了如何将图像作为导航栏标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将.png图像放在导航栏的中间,而不是用文本写的标题。你能告诉我怎么做吗?

I want to put a .png image in the middle of the navigation bar instead of the title written in text. Could you please let me know how to do that?

谢谢。

推荐答案

设置navigationItem的titleView

Set the navigationItem's titleView

UIImage *image = [UIImage imageNamed:@"image.png"];
self.navigationItem.titleView = [[UIImageView alloc] initWithImage:image];

这篇关于如何将图像作为导航栏标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆