add hardwareidentifier print to example

master
Jordan Koch 2019-11-20 14:59:57 -05:00
parent 1e7076d9f8
commit 5be5f05f1b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class ViewController: UIViewController {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
print(UIDeviceModelNames.hardwareIdentifier)
print(UIDeviceModelNames.modelName)
}