0
如何檢查UIImage是否爲橫向圖像(在Swift中)?檢查UIImage是否爲橫向圖像
我試過這段代碼:
if self.imageView.image?.imageOrientation == .Left || self.imageView.image?.imageOrientation == .Right {
self.isLandscape=true
}
,但沒有奏效。
感謝
如果圖片寬度大於它的風景高度......否則它是protrait –