设备类型

  1. NSString* deviceType = [UIDevice currentDevice].model;    
  2.    NSLog(@"deviceType = %@", deviceType);  //@"iphone"/@"ipod"/@"ipad"  
  3.        
  4.    NSRange range = [deviceType rangeOfString:name];    
  5.    return range.location != NSNotFound;   
posted @ 2015-09-11 09:55  OIMMZC  阅读(184)  评论(0编辑  收藏  举报