
IOS
文章平均质量分 68
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IOS-试图旋转效果的实现
实现步骤: 1.新建一个ViewController Class ,jic原创 2014-04-23 15:49:22 · 738 阅读 · 0 评论 -
IOS7-简单的调用本地摄像头采集视频
@interface MainViewController () @property (strong,nonatomic)AVCaptureVideoPreviewLayer * preview; @end原创 2014-06-25 15:35:05 · 1857 阅读 · 0 评论 -
IOS7-视图背景的设置和时间的操作
http://laiguowei2004.blog.163.com/blog/static/36829000201262710191770/原创 2014-06-26 23:54:05 · 602 阅读 · 0 评论 -
IOS7-UIImagePickerController使用
@interface CapturePicViewController () @property(nonatomic,retain) UIImagePickerController *imgPickerCtl; @end @implementation CapturePicViewController @synthesize imgPickerCtl; - (id)initWithNibName原创 2014-06-25 16:50:51 · 625 阅读 · 0 评论