iphone常用控件之电话拨打

拨打电话,

按钮触发toCall事件:

-(void)toCall {
    @try {
        [appDelegate showAlert:self Tag:777 Title:@"" Message:@"拨打400-000-4040电话咨询?" cancelButton:@"确定" otherButton:@"取消",nil];

    }
    @catch (NSException *exception) {
        [appDelegate showAlert:self Tag:111 Title:@"" Message:@"拨打电话失败" cancelButton:@"确定" otherButton:nil];
    }
    @finally {
        
    }
}

-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
    if (alertView.tag==777) {
        if(buttonIndex == 0)
            
            [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://4000004040"]];     //关键代码

//或则

             // NSString *phone_temp_call=[phone_tempstringByReplacingOccurrencesOfString:@"-"withString:@""];

             // NSLog(@"phone_temp_call  is %@",phone_temp_call);

             // [[UIApplicationsharedApplication] openURL:[NSURLURLWithString:[NSStringstringWithFormat:@"tel://%@",phone_temp_call]]];

 
  
    } 
}

转载于:https://www.cnblogs.com/ios-wmm/archive/2012/08/20/2647106.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值