Jason Zhao
Jason Zhao

Reputation: 1288

How to do the newest FB UIView animation?

in the newest FB client one animation is like enter image description here

This is the normal FB check in page and if click left-top corner button, the preference page show with an left to right animation:

enter image description here

How to make it? I know the way to do UIView left to right animation, but not like this, part of checkin page still in screen, and if click left-top corner button, check in button back to original position...

Upvotes: 3

Views: 570

Answers (1)

pkluz
pkluz

Reputation: 4881

I have just open-sourced a project on Github which accomplishes exactly what you're looking for in a manner that resembles Facebook's implementation most accurately.

Check it out at Github: https://github.com/pkluz/PKRevealController

Upvotes: 3

Related Questions