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

천현철·2021년 1월 21일
0

iOS

목록 보기
17/51
+ (NSString*) getSystemVersion
{
    return [[UIDevice currentDevice] systemVersion];
}

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

profile
기도하지말고 행동하라

0개의 댓글