国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

調用i,phone地圖、電話、郵件、短信及內容方法

2019-11-02 15:03:08
字體:
來源:轉載
供稿:網友

  代碼如下

  -(IBAction)openMaps {

  // Where is Apple on the map anyway?

  NSString* addressText = @"1 Infinite Loop, Cupertino, CA 95014";

  // URL encode the spaces

  addressText = [addressText stringByAddingPercentEscapesUsingEncoding: NSASCIIStringEncoding];

  NSString* urlText = [NSString stringWithFormat:@"http://maps.google.com/maps?q=%@", addressText];

  // lets throw this text on the log so we can view the url in the event we have an issue

  NSLog(urlText);

  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlText]];

  }

  -(IBAction)openEmail {

  // 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://8004664411"]];

  }

  -(IBAction)openSms {

  // Text to Google SMS

  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms://466453"]];

  }

  -(IBAction)openBrowser {

  // Lanuch any iPhone developers fav site

  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunesconnect.apple.com"]];

  }

  //自動填寫短信內容

  代碼如下

  MFMessageComposeViewController *picker = [[MFMessageComposeViewController alloc] init];

  picker.messag

世界歷史故事[www.9-39.com/html/world/]
eComposeDelegate = self;

  picker.recipients = [NSArray arrayWithObject:@"48151623"];

  picker.body = @"Body text.";

  [self presentModalViewController:picker animated:YES];

  [picker release];

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 阿勒泰市| 洛宁县| 台中市| 南丹县| 长子县| 泗阳县| 巴彦淖尔市| 诏安县| 耿马| 三台县| 公安县| 辽宁省| 修武县| 松潘县| 怀来县| 台东县| 阿瓦提县| 镇赉县| 即墨市| 乌拉特中旗| 东城区| 大安市| 凤山县| 无锡市| 彭山县| 武义县| 伊川县| 正阳县| 阿拉善右旗| 富民县| 姚安县| 彭阳县| 岳普湖县| 安国市| 德格县| 宜昌市| 施秉县| 崇礼县| 石景山区| 菏泽市| 女性|