简体   繁体   中英

How to adjust navigationbar title and edit the back button

我想做的改变

In the image i provided i want to do some minor changes using my viewcontroller. How do i adjust the word haffla so "h" is not blocked out and how do i remove the text "back" from the button!

这是一种从导航栏中的“后退”按钮删除文本的方法。

navigationItem.backBarButtonItem = UIBarButtonItem(title: "", style: .Plain, target: nil, action: nil)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM