手机
当前位置:查字典教程网 >编程开发 >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开发之widget实现详解

iOS开发:Git流程

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

iOS开发:部分字体解析

ios双摇杆射击游戏的设计原理

IPad/IPhone 开发中的布局问题

ios实现文件对比的方法

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

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

精品推荐
分类导航