ObjectAL
 All Classes Functions Variables Properties Pages
Protected Member Functions | Properties | List of all members
IOSVersion Class Reference

Reports the version of iOS being run on the current device. More...

#import <IOSVersion.h>

Inheritance diagram for IOSVersion:

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...
 

Detailed Description

Reports the version of iOS being run on the current device.

Method Documentation

- IOSVersion: (IOSVersion

Singleton implementation providing "sharedInstance" and "purgeSharedInstance" methods.

- (IOSVersion*) sharedInstance: Get the shared singleton instance.
- (void) purgeSharedInstance: Purge (deallocate) the shared instance.

Property Documentation

- (float) version
readnonatomicassign

Holds the current iOS version.

The version of iOS being run on the current device as a float in the format x.yy.


The documentation for this class was generated from the following file: