Reports the version of iOS being run on the current device. More...
#import <IOSVersion.h>
Protected Member Functions | |
| () | - SYNTHESIZE_SINGLETON_FOR_CLASS_HEADER |
| Singleton implementation providing "sharedInstance" and "purgeSharedInstance" methods. More... | |
Properties | |
| float | version |
| Holds the current iOS version. More... | |
Reports the version of iOS being run on the current device.
| - IOSVersion: | (IOSVersion) |
Singleton implementation providing "sharedInstance" and "purgeSharedInstance" methods.
- (IOSVersion*) sharedInstance: Get the shared singleton instance.
- (void) purgeSharedInstance: Purge (deallocate) the shared instance.
|
readnonatomicassign |
Holds the current iOS version.
The version of iOS being run on the current device as a float in the format x.yy.
1.8.3.1