IOS 10 中版本的判斷

#define IsIOS7 ([[[[UIDevice currentDevice] systemVersion] substringToIndex:1] intValue]>=8.0)。 //在iOS10 下 不能用了web [[[[UIDevice currentDevice] systemVersion] substringToIndex:1] intValue]//會永遠返回 1 能夠嘗
相關文章
相關標籤/搜索