- (IBAction)openEmail { //打开mail // Fire off an email to apple support [[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"mailto://[email protected]"]]; }
- (IBAction)openPhone {
//拨打电话 // Call Google 411 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://10086"]]; }