摘要: 1.AVFoundationBuild Phases => Link Binary With Libraies => + => AVFoundation.framework => addfirstviewcontroller.hC代码 #import#import@interfaceFirstVie... 阅读全文
posted @ 2014-10-17 17:07 wx0123 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 环境是xcode4.3首先要弄懂几个基本的概念。一)三个结构体:CGPoint、CGSize、CGRect1. CGPointC代码 /*Points.*/structCGPoint{CGFloatx;CGFloaty;};typedefstructCGPointCGPoint;/* Points.... 阅读全文
posted @ 2014-10-17 10:46 wx0123 阅读(387) 评论(0) 推荐(0) 编辑