摘要: IOS 开发,调用打电话,发短信,打开网址 1、调用 自带mail [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto://admin@hzlzh.com"]]; 2、调用 电话phone [[UIAppl 阅读全文
posted @ 2016-05-17 17:37 阳光普照大地 阅读(185) 评论(0) 推荐(0) 编辑
摘要: + (NSString *)typeForImageData:(NSData *)data { uint8_t c; [data getBytes:&c length:1]; switch (c) { case 0xFF: return @"image/jpeg"; case 0x89: retur 阅读全文
posted @ 2016-05-17 15:08 阳光普照大地 阅读(422) 评论(0) 推荐(0) 编辑