Custom Navigation Item

If we have create a custom Navigation back item, while running on iPhone Duo simulator, we see it at normal position i.e. on screen's top left side. How can we move it to the safe area like when we use default back button?

If you are only replacing the icon on the back button, you could use set the backIndicatorImage and maintain default system behavior. This would be the recommended approach.

Otherwise, you could request the system to place your custom back button on the vertical axis by setting the toolbar item's axisBehavior to .verticalPreferred.

For more information, watch the Raise the bar with iPhone Duo video.

Custom Navigation Item
 
 
Q