honcheng / PaperFold-for-iOS

Paper folding animation for iOS
Other
2.7k stars 399 forks source link

How to reload contentview? #26

Closed ghost closed 11 years ago

ghost commented 11 years ago

I try to make menu based on paperfold. I have UITableView as a leftview and UIViewController as content view. How can I change view controller in contentview from table cell from left view? My project based on PaperFold-Containment View.

honcheng commented 11 years ago

Hi,

If you are swapping UIViewController in the content view, it should be using containment view. But the PaperFold-Containment View demo project is wrongly named, because that doesn't make use of containment view.

I've created a new github project here just for this https://github.com/honcheng/PaperFoldMenuController It uses PaperFold-for-iOS as a submodule. I think it is probably better that I separate this project instead of trying to add everything here.