2012年6月19日
摘要: 直接使用本地浏览器打开url:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunesconnect.apple.com"]]; 阅读全文
posted @ 2012-06-19 16:34 tx天翔 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 示例如下:UIActionSheet *playerIconSheet = [[UIActionSheet alloc] initWithTitle:@"" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles:nil, nil]; if ([UIImagePickerController isSourceTypeAvailable: UIImagePickerControllerSourceTypeCamera])//判断camera 阅读全文
posted @ 2012-06-19 11:24 tx天翔 阅读(654) 评论(0) 推荐(0) 编辑