카테고리 없음

[iOS Dev] Code로 전화 연결하기

KraZYeom 2012. 1. 12. 08:06
반응형


    
NSString *phoneNumber = @"tel://01089840000";

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

mailto: sms: http: 등등을 사용 할 수 있습니다. 

반응형