摘要: // NSURL *url = [NSURL URLWithString:@"tel://10010"]; //打电话 NSURL *url = [NSURL URLWithString:@"sms://10010"]; //发短信 [[UIApplication sharedApplication] openURL:url]; 阅读全文
posted @ 2015-07-30 18:38 Emyin 阅读(101) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; UIScrollView *scrollView = [[UIScrollView alloc] init]; scrollView.frame = self.view.bounds; scrollView.delegate = self; [scrollVie... 阅读全文
posted @ 2015-07-30 16:35 Emyin 阅读(346) 评论(0) 推荐(0) 编辑