Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paging effect for the title in iOS nav bar

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

like image 647
paddingtons_bear Avatar asked Jan 04 '14 21:01

paddingtons_bear


1 Answers

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

like image 151
Hoogle Avatar answered Oct 05 '22 17:10

Hoogle