調(diào)用代碼
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"urlscheme"]];
1.打電話
@"tel://phone number"
2.發(fā)短信
@"sms://phone number"
3.發(fā)郵件
@"mailto://email address"
4.瀏覽器
@"http://web link"
調(diào)用代碼
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"urlscheme"]];
1.打電話
@"tel://phone number"
2.發(fā)短信
@"sms://phone number"
3.發(fā)郵件
@"mailto://email address"
4.瀏覽器
@"http://web link"