icepat/ICETutorial

Landscape orientation

sashalt opened this issue · 2 comments

Landscape orientation is not properly handled and produces weird results while scrolling with wrong alpha.
ViewDidLoad detects window bounds not accounting for orientation.

A quick fix is to use _windowSize = self.view.frame.size; in ViewDidLoad.

+1