You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
When the initial device orientation is landscape, the number of columns displayed is incorrect. The correct number of columns is displayed only after rotating to portrait and landscape again.
Expected
Actual
Env
Xcode 11.2, iOS 13.2, Swift 5
The text was updated successfully, but these errors were encountered:
youjinp
pushed a commit
to youjinp/WaterfallGrid
that referenced
this issue
Nov 20, 2019
* Fix: issue #13
`UIDevice.current.orientation` gives "unknown" orientation
Change to use width and height to determine whether landscape or
portrait
* Refactor
Summary
When the initial device orientation is landscape, the number of columns displayed is incorrect. The correct number of columns is displayed only after rotating to portrait and landscape again.
Expected
Actual
Env
Xcode 11.2, iOS 13.2, Swift 5
The text was updated successfully, but these errors were encountered: