Hello,
I'm developing an app using a fork of LeavesViewController that changes to a two-page orientation when the device turns to landscape.
When using the Leaves controller alone, everything works fine.
When using the Leaves controller inside the view of my main UIViewController, it never gets any of the device rotation messages (however my main UIViewController does).
What can I do to make the Leaves controller reaceive the device rotation messages?
Thanks.