devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.42k stars 428 forks source link

iPadAir4 screen ratio is not correct?? #267

Closed oTranAnhMinh closed 3 years ago

oTranAnhMinh commented 3 years ago

Hello,

It seems that the screen ratio of iPad Air 4th is not correct. // case .iPadAir4: return (width: 3, height: 4)

Is it exactly the same as the iPad Pro 11, right? case .iPadPro11Inch: return (width: 139, height: 199)

Zandor300 commented 3 years ago

Oh my mistake...

After calculating it, the aspect ratio of iPad Air (4th generation) is 41 : 59. I will push a PR to fix it.