VTSystemVersion 0.1

VTSystemVersion 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by Vincent Tourraine.



Checking the current iOS device system version.

Adapted from this Stack Overflow answer.

How to Use

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

Credits

VTSystemVersion was created by Vincent Tourraine.

License

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