devicekit / DeviceKit

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

Device ppi returns nil for iPhone 11 #223

Closed mwangimorris closed 4 years ago

Zandor300 commented 4 years ago

Are you running the latest version of DeviceKit? Version 2.3.0?

mwangimorris commented 4 years ago

I'm using version 2.1. Still on version 4.2 of Swift

Zandor300 commented 4 years ago

2.1 is already on Swift 5 but code is compatible with the 4.2 compiler apparently. 2.2 introduces iPhone 11 support and 2.3 introduces support for the iPad (7th generation). Can you try updating to 2.3?