Development Note/iOS

[objective-c] 디바이스의 ios 버전 가져오기

JamesChun 2020. 9. 2. 10:53
+ (NSString*) getSystemVersion
{
    return [[UIDevice currentDevice] systemVersion];
}

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

저작자표시 (새창열림)