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.
if ([UIDevice vt_systemVersionIsGreaterThan:@"9.0"]) {
// ...
}
VTSystemVersion was created by Vincent Tourraine.
VTSystemVersion is available under the MIT license. See the LICENSE file for more info.