Device iOS Version

suggest change

This will give current system version.

Objective-C

NSString *version = [[UIDevice currentDevice] systemVersion]

Swift

let version = UIDevice.currentDevice().systemVersion

Swift 3

let version = UIDevice.current.systemVersion

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents