본문 바로가기
iOS/Mac

Apple URL Scheme Reference

by CodeDiver 2013. 12. 20.

Apple URL Scheme

Reference


첨부파일 참조


iPhoneURLScheme_Reference.pdf



<사용 예>

// 지도표시 - 정상

url = @"http://maps.apple.com/?q=cupertino";

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];