1

Does anyone can open Tinder.app? Well, the app implements a simple-but-slick animation effect when the user taps on the top-left menu icon button. The focal points of this animation are:

  • Status bar fades out/in based on when the left menu sidebar is opening or closing;
  • When the left menu sidebar is opened there's a little bounce effect of the main view controller just slide to right;
  • When the left menu is opened, if you try to close it you can see there's a little bounce of the main view controller that shows the right sidebar (the "All Matches" view controller).

I've just cloned ECSlidingViewController repo and played a little with it but unfortunately it seems that (out-of-the-box) it have only classic animations and not those bounce animations I said before I'm trying to achieve.

Does anyone knows how to implement something like that? Thanks.

Fred Collins
  • 5,004
  • 14
  • 62
  • 111

1 Answers1

0

You can find many ways to do this, you can wirte your own code to do this. But there are many free work available, which may helpful. And you will not try to reinvent the wheel.

  1. IIViewDeckController
  2. AppCoda
  3. JTRevealSlidebar
  4. SASlideMenu
  5. JA Slide Panel
  6. BenHall
  7. SlideNavigationController

There are plenty more available, but above mentioned are easy to use and having demo project also.

Adnan Aftab
  • 14,377
  • 4
  • 45
  • 54