How to present UIViewController as Gmail or Wunderlist 2

I want to expose my UIViewController like this:

http://upld.im/f/awU+ http://upld.im/f/CO9+

How should I do it? Please, help

+3


source to share


3 answers


Unfortunately the photos are no longer displayed, so I'm not sure if I will answer your question ...

If you are looking for sliding views you can check this out: https://github.com/gotosleep/JASidePanels



There is also a list with alternatives at the bottom. I personally use the following: https://github.com/edgecase/ECSlidingViewController

+1


source


You can use this. https://github.com/ucu072/HCPushBackAnimation



Detailed animation, a little more needed.

0


source


I created a UIViewController category to simulate the modal animation shown in the Gmail app when creating a new message. It's called MFFadeBackModalAnimation . It wraps its own API for presenting and rejecting view controllers, so it should integrate well with your existing application.

0


source







All Articles