Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vtourraine/vtsystemversion

Checking iOS system version.
https://github.com/vtourraine/vtsystemversion

Last synced: about 1 month ago
JSON representation

Checking iOS system version.

Awesome Lists containing this project

README

        

# VTSystemVersion

_Checking the current iOS device system version._

Adapted from this [Stack Overflow answer](http://stackoverflow.com/a/5337804/135712).

## How to Use

``` objc
if ([UIDevice vt_systemVersionIsGreaterThan:@"9.0"]) {
  // ...
}
```

## Credits

VTSystemVersion was created by [Vincent Tourraine](http://www.vtourraine.net).

## License

VTSystemVersion is available under the MIT license. See the LICENSE file for more info.