-
Notifications
You must be signed in to change notification settings - Fork 1
pmcconnell/Reveal-ViewControllers-with-Storyboard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sample Application for ZUUIRevealController using iOS5 Storyboards How to load a ZUUIRevealController into a storyboard based app. Keys to getting it working. - Name all view controllers for use with instantiateViewControllerWithIdentifier: to allow loading viewcontrollers from your storyboard - If you don't want xcode warning you about inaccessible views create segues from the viewcontrollers to the orphaned views - Create a subclass of ZUUIRevealController to be your reveal controller - Call revealToggle: in your reveal viewcontroller in order to perform the actual reveal - Implement any of the optional ZUUIRevealController protocol methods if you want to control when/how the reveals are performed - Be sure to use -(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender to set the frontViewController and rearViewController in your ZUUIRevealController subclass
About
Using a ZUUIRevealController with Storyboards
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published