一:
具体使用的细节,本人也是参考http://blog.163.com/wkyuyang_001/blog/static/10802122820133190545227/
下面介绍具体使用Quartz 2D绘图实现画图板功能
.m文件中,dog的实现如连接中所示一样的
#import "drawTestView.h"
#import "Dog.h"
@implementation dr...
分类:
移动开发 时间:
2015-01-07 18:46:32
阅读次数:
199
Warning:
Attempt
to present UIImagePickerController:
0x7c0ae400>
on CAGUCreateContactViewController:
0x7bf61a00>
which is
already presenting (null)
解决办法
if([[[UIDevice currentDevice...
分类:
移动开发 时间:
2014-12-18 18:52:51
阅读次数:
209
在一些应用中,我们需要用到iOS设备的摄像头进行拍照,视频。并且从相册中选取我们需要的图片或者视频。
关于iOS摄像头和相册的应用,可以使用UIImagePickerController类来完成控制。
关于UIImagePickerController的相关知识,
如下:
iOS的一些设备上都安装了摄像头。现在绝大多数都有了。
在编程中,我们是用相应的东西来进...
分类:
移动开发 时间:
2014-08-29 18:25:32
阅读次数:
299
1、// 1.判断数据源是否可用 if([UIImagePickerControllerisSourceTypeAvailable:UIImagePickerControllerSourceTypePhotoLibrary]) { // 2.打开相册 UIImagePickerControl...
分类:
其他好文 时间:
2014-08-25 22:43:34
阅读次数:
305
-(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{ UIImagePickerController * picker = [[UIImagePickerControl...
分类:
移动开发 时间:
2014-08-05 13:29:29
阅读次数:
229
UIImagePickerController 定制...
分类:
移动开发 时间:
2014-07-22 14:10:24
阅读次数:
207