0

I got a Home Page in my App which has a Menu button(Hamburger) on the Right of the Screen. My Requirement is to Animate the Current View(Home Screen or Profile Screen or Settings Screen ) on Tapping the Menu Button. On Tapping The Menu Button which Screen is Currently Active Should Animate. The Requirement Screen Looks like the Image Below enter image description here

The Image shows how the Screen looks like after tapping the Menu button. ie: if Home Screen is active then the home screen should animate , if it is a profile screen which is active then the profile screen should animate. Can i make animations like this using Swift2. Currently i am using Xcode 7. For menu i am looking forward to use SWRealViewController. if i use SWrealViewController can i achieve this effect ? Or is there any third party Tool available ?

Joker
  • 830
  • 2
  • 14
  • 30
  • 1
    DownVote !!! People who Downvotes question Can you guys make it clear why You guys Downvotes a question? to the guy who downvoted the question how can i improve this question??? – Joker Oct 19 '15 at 12:26

2 Answers2

1

After a long Search for what i needed i just came to find a library. ITRAirSideMenu

Which is exactly what i was in search for.enter image description here

Joker
  • 830
  • 2
  • 14
  • 30
0

You can try this Third party Library. Hope it helps you

https://github.com/DigitalLeaves/DLHamburguerMenu

Sourabh Sharma
  • 8,222
  • 5
  • 68
  • 78
  • I am Using SWrevealViewController right now. https://github.com/John-Lluch/SWRevealViewController . but my requirement is to animate the view like in my question. – Joker Oct 20 '15 at 03:56