手机
当前位置:查字典教程网 >编程开发 >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百度地图的使用(普通定位、反地理编码)

iPhone取得用户的电话本代码

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

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

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

iOS系统缓存方面开发的相关基础

iOS实现从背景图中取色的代码

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

iOS开发:部分字体解析

精品推荐
分类导航