Search code examples
objective-cuinavigationcontrollercore-animationuinavigationbar

navigation bar move from left to right or right to left when click back button on landscape mode


on landscape mode, when i click back button on navigation bar, the navigation bar will move down then show the previous view controller's view. Is it possible to make navigation bar move in left-right direction when clicking back button


Solution

  • Yon can create custom animations for back button.

    You can refer to this Stack Overflow question : Back button animation in Navigation controller