PaperFold-for-iOS
PaperFold-for-iOS copied to clipboard
2 small issues
You made a great component. Thank you for your hard work.
But I have two small issues:
- When I push a new viewcontroller AViewController in center view controller, and then push another viewcontroller called BViewController in AViewController. The viewWillAppear, viewDidAppear will not be called in BViewController.
I look through your code, it seems you only call rootViewController's viewWillAppear and viewDidAppear.
- When I open rightViewController, it seems the leftViewController's view will be shown in the back. Please look at this screenshot.
http://farm9.staticflickr.com/8317/7994599163_e4fc62c696.jpg
Any suggestion, how to hide the leftViewController when I open rightViewController.
Thanks