티스토리 뷰

+ (NSString*) getSystemVersion
{
    return [[UIDevice currentDevice] systemVersion];
}

출처
https://stackoverflow.com/questions/7848766/how-can-we-programmatically-detect-which-ios-version-is-device-running-on

댓글