Closed davamp closed 5 years ago
Thank for answer my question.That's a great help
For others interested, there is an example in the PBRevealViewController Example Project but I found you have to define Storyboard ID for the three views and also add main window initialisation and configuration to get it to work.
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; self.window.rootViewController = revealController;
[self.window makeKeyAndVisible];
With the init function:
Example: PBRevealIssue59.zip