Can I set image as a title to UINavigationBar?

后端 未结 16 1873
有刺的猬
有刺的猬 2020-12-07 09:38

Is it possible to set some image as title of Navigation bar?

I think NYTimes application used a Navigation bar and title is look like image file (the reason why it\'

16条回答
  •  暖寄归人
    2020-12-07 10:06

    You can do it right from storyboard (as of Xcode 7):

    1. Create a view outside main view of view controller. It can be a nested view or just an image
    2. Add navigation item to your view controller
    3. Ctrl+ drag from navigation item and drop on outside view

    4.select title view

提交回复
热议问题