The current operating system version.
Application developers must not assume that this string can be directly parsed into a floating point number, since iOS versioning often involves multiple delimiters, such as with "7.0.4".
Application developers can use UIDevice.CheckSystemVersion to ensure that the current operating system is equal to or exceeds a particular major/minor release.
This can be used from a background thread.