Using UIDevice seems to be incomplete. Whenever I try to use UIDevice().model, the output is just iPhone not iPhone 7 or whatever device the user is on.
let deviceName = UIDevice().model
let localizedName = UIDevice().localizedModel
Is there a way to tell what specific device the user is on in Swift?