PaperFold-for-iOS icon indicating copy to clipboard operation
PaperFold-for-iOS copied to clipboard

2 small issues

Open bagusflyer opened this issue 12 years ago • 0 comments

You made a great component. Thank you for your hard work.

But I have two small issues:

  1. 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.

  1. 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

bagusflyer avatar Sep 17 '12 03:09 bagusflyer