摘要:
// NSURL *url = [NSURL URLWithString:@"tel://10010"]; //打电话 NSURL *url = [NSURL URLWithString:@"sms://10010"]; //发短信 [[UIApplication sharedApplication] openURL:url]; 阅读全文
posted @ 2015-07-30 18:38
Emyin
阅读(104)
评论(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
阅读(351)
评论(0)
推荐(0)

浙公网安备 33010602011771号