TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by azu.
To run the example project; clone the repo, and run pod install
from the Example directory first.
@interface iOSDetector : NSObject
+ (BOOL)isPhone;
+ (BOOL)isPad;
+ (NSString *)universalFile:(NSString *) fileName;
+ (BOOL)isJapanese;
@end
iOSDetector is available under the MIT license. See the LICENSE file for more info.