iOS UIDevice

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

PropertyDescription
nameThe name identifying the device.
systemName: StringThe name of the operating system running on the device represented by the receiver.
model: StringThe model of the device.
systemVersion: StringThe current version of the operating system..

Remarks

The UIDevice class provides a Singleton instance representing the current device. From this instance you can obtain information about the device such as assigned name, device model, and operating-system name and version.



Got any iOS Question?