pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Push view controller on front view controller and still have access to the left and right. #190

Open thebarndog opened 10 years ago

thebarndog commented 10 years ago

When I push a view controller onto self.revealController.frontViewController, the view controllers transition fine but then I can no longer pan to the left or right view controller. Is this behavior possible with the current PKRevealController implementation?