7

How can I achieve paging the navigation bar title in iOS? That is, having the title in the nav bar slide left or right depending on which way you swipe, fade in/out depending on your swipe and get replaced by the next UIPageView's title.

Twitter's new iOS app does exactly what I am referring to, any thoughts on how this can be achieved is much appreciated. I have attached a link to an image of Twitters app

jscs
  • 63,694
  • 13
  • 151
  • 195

1 Answers1

18

Just write a simple demo for you: https://github.com/singro/SCPaggingNavbar.git

Hoogle
  • 413
  • 3
  • 10