对于点击tableViewCell,调用打电话的功能,按照一般的方法,使用Appdelegate的OpenUrl的方法,使用前先使用UIAlertView展示,让用户选择是否拨打,但是发现了个简单的方法,即 1.在属性中声明一个强引用的UIWebView(WKWebView) @property(nonatomic,strong)UIWebView * webView; 2.在didSelectRowAtIndexPath:(NSIndexPath *)indexPath中添加如下 -(void…