手机
当前位置:查字典教程网 >编程开发 >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开发:应用程序多语言本地化解决方案

iOS远程推送Push开发教程

iOS开发:Git流程

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

iOS实现只有底部边框线的输入框示例代码

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

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

iOS开发之枚举用法小结

精品推荐
分类导航