Development Note/iOS
[objective-c] 디바이스의 ios 버전 가져오기
JamesChun
2020. 9. 2. 10:53
+ (NSString*) getSystemVersion
{
return [[UIDevice currentDevice] systemVersion];
}