2013年12月3日 星期二

判斷iOS7

+(BOOL)isIOS7
{
    return ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0f);

}

沒有留言:

張貼留言