Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

mruegenberg/ios-versioncheck

Repository files navigation

ios-versioncheck

Quick, cached version checking for iOS

Usage:

#import "DLVersionCheck.h"

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

About

Quick, cached version checking for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published