UINavigationController Back Button position
Ist it possible to set the back button of UINavigationControlle开发者_如何转开发r to the right side programatically?
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.
精彩评论