国产探花免费观看_亚洲丰满少妇自慰呻吟_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];

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 溧阳市| 酒泉市| 花垣县| 昌图县| 台山市| 灵璧县| 闻喜县| 宜章县| 安塞县| 阜新| 吉林市| 沐川县| 湄潭县| 桂平市| 马尔康县| 山丹县| 长阳| 洛南县| 绥芬河市| 澄迈县| 喀喇沁旗| 冷水江市| 长顺县| 宁都县| 澄江县| 鄂托克前旗| 三明市| 桐城市| 遂平县| 丹江口市| 西和县| 营山县| 通山县| 桓台县| 长乐市| 托里县| 天水市| 大宁县| 淅川县| 额济纳旗| 阜宁县|