Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS: Storyboard and side menu as facebook app [closed]

How do I create a hidden menu with storyboard and Navigation Controller?

Thank you!

like image 445
Asaroth_asa Avatar asked Jun 27 '12 10:06

Asaroth_asa


1 Answers

Check out this Github project ECSlidingViewController. It is exactly what you're looking for.

https://github.com/edgecase/ECSlidingViewController

Quoting the projects read me file:

ECSlidingViewController is a view controller container for iOS that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underneath it. This functionality is inspired by the Path 2.0 and Facebook iPhone apps.

enter image description here

like image 81
Mick MacCallum Avatar answered Nov 04 '22 17:11

Mick MacCallum