Landscape orientation
sashalt opened this issue · 2 comments
sashalt commented
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.
fulldecent commented
+1
Woodehh commented
+1