ACETelPromptiPhone 电话呼叫
ACETelPrompt 可以帮你实现在 iPhone 应用中呼叫指定电话号码,使用 telprompt 模式,并在呼叫结束后返回应用程序。
使用方法:
[ACETelPrompt callPhoneNumber:self.phoneField.text call:^(NSTimeInterval duration) { NSLog(@"User made a call of %.1f seconds", duration); } cancel:^{ NSLog(@"User cancelled the call"); }];
评论