摘要:
// 判断设备是否有通话功能 NSString *deviceType = [UIDevice currentDevice].model; if([deviceType isEqualToString:@"iPod touch"]|| [deviceType isEqualToString:@"iPad"]|| [deviceType isEqualToString:@"iPhone Simulator"]) { UIAlertView *alert=[[UIAlert... 阅读全文
posted @ 2014-03-13 15:13
菜鸟程序猿
阅读(1588)
评论(1)
推荐(0)
摘要:
// 判断设备是否有发送邮件功能 NSString *deviceType = [UIDevice currentDevice].model; if([deviceType isEqualToString:@"iPod touch"]|| [deviceType isEqualToString:@"iPad"]|| [deviceType isEqualToString:@"iPhone Simulator"]) { UIAlertView *alert=[[UIAlertView alloc] initWithTitle:@&quo 阅读全文
posted @ 2014-03-13 15:12
菜鸟程序猿
阅读(373)
评论(0)
推荐(0)

浙公网安备 33010602011771号