ios-versioncheck 1.0.1

ios-versioncheck 1.0.1

测试已测试
Lang语言 Obj-CObjective C
许可 MIT
发布上次发布2014年12月

Marcel Ruegenberg 维护。



  • Marcel Ruegenberg

iOS 快速缓存版本检查

用法

#import "DLVersionCheck.h"

// ...
if(majorOSVersion() >= 7) {
    NSLog(@"We're on the shiny new!");
}
else {
    NSLog(@"Back in skeuomorphism-land.");
}