ACETelPromptiPhone 電話(huà)呼叫
ACETelPrompt 可以幫你實(shí)現(xiàn)在 iPhone 應(yīng)用中呼叫指定電話(huà)號(hào)碼,使用 telprompt 模式,并在呼叫結(jié)束后返回應(yīng)用程序。
使用方法:
[ACETelPrompt callPhoneNumber:self.phoneField.text
call:^(NSTimeInterval duration) {
NSLog(@"User made a call of %.1f seconds", duration);
} cancel:^{
NSLog(@"User cancelled the call");
}];評(píng)論
圖片
表情
