手机
当前位置:查字典教程网 >编程开发 >IOS开发 >ios开发调用摄像头代码
ios开发调用摄像头代码
摘要:UIActionSheet*actionSheet=[[UIActionSheetalloc]initWithTitle:@""delega...

UIActionSheet *actionSheet=[[UIActionSheet alloc] initWithTitle:@"" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles:@"Take Photo",@"Choose From Library",nil];

actionSheet.actionSheetStyle=self.navigationController.navigationBar.barStyle;

[actionSheet showInView:self.view.superView]

[actionSheet release];

【ios开发调用摄像头代码】相关文章:

iOS应用开发中运用设计模式中的组合模式的实例解析

IOS开发之路--C语言指针

iOS应用开发中使用Auto Layout来适配不同屏幕尺寸

iOS开发中使用NSURLConnection类处理网络请求的方法

iOS 实现多代理的方法及实例代码

IOS开发中取消文本框输入时的小键盘

针对iOS开发的一些Xcode使用技巧小结

iOS异步下载图片实例代码

iOS消息推送原理及具体实现代码

iOS本地推送简单实现代码

精品推荐
分类导航