我有以下代码片段来添加" next"按钮位于导航栏的右上角。
let next = UIButton()
next.setTitle("Next", for: .normal)
next.addTarget(self, action: #selector(nextButtonHandler), for: .touchUpInside)
navigationItem.rightBarButtonItem = UIBarButtonItem(customView: next)
这在普通尺寸的手机上显示正常,但不在我的5C上......我无法弄清楚为什么......我在设置了正确的条形按钮项目时设置了一个断点,它不是零。救命啊!
答案 0 :(得分:0)
使用此:
超级简单