Open YongruiDuan opened 4 years ago
function viewDidLayoutSubviews line 94 let isLandscape = itemView.bounds.width >= itemView.bounds.height
let isLandscape = itemView.bounds.width >= itemView.bounds.height
this is not the device direction
This fixed? I have an issue with a video playing with a shrunk size (horizontally). It's dimensions is 1280x1280.
function viewDidLayoutSubviews line 94
let isLandscape = itemView.bounds.width >= itemView.bounds.height
this is not the device direction