简体   繁体   English

UINavigationController后退按钮位置

[英]UINavigationController Back Button position

是否可以通过编程将UINavigationController的后退按钮设置为右侧?

You could create a custom button and place in on the right hand side. 您可以创建一个自定义按钮,并将其放置在右侧。 You could assign an action to the button which performs your going back functionality. 您可以将操作分配给执行返回功能的按钮。

The problem with this is that your back button wouldn't have the look and feel of the traditional back button that users have come to expect, and your app may be rejected for going against this very common user interface design. 这样做的问题是您的后退按钮不具有用户期望的传统后退按钮的外观和感觉,并且您的应用可能因违反这种非常常见的用户界面设计而被拒绝。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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