cocopon/CQMFloatingController

Rotation Support

Closed this issue · 1 comments

The fact that the floating controller is added to the main window it does not respond to rotation events. Also at the current point in time if you add the window to a device in landscape it is still displayed in portrait mode.

CQMFloatingController now supports rotation.
Show this component in a view that supports auto-rotating.

[floatingController showInView:autoRotatingView
     withContentViewController:contentViewController
                      animated:YES];