2014年10月28日
摘要: 1 @implementation RootViewController 2 3 - (void)viewDidLoad 4 { 5 [super viewDidLoad]; 6 _demoNameArray = [[NSArray alloc]initWithObjects: ... 阅读全文
posted @ 2014-10-28 11:13 三十修单车 阅读(127) 评论(0) 推荐(0) 编辑
  2014年8月30日
摘要: Phone重绘机制drawRect如何使用iPhone进行绘图、重绘操作iPhone的绘图操作是在UIView类的drawRect方法中完成的,所以如果我们要想在一个UIView中绘图,需要写一个扩展UIView 的类,并重写drawRect方法,在这里进行绘图操作,程序会自动调用此方法进行绘图。下... 阅读全文
posted @ 2014-08-30 17:55 三十修单车 阅读(123) 评论(0) 推荐(0) 编辑
  2014年8月29日
摘要: 在arc工程中如果有使用mrc的文件,则操作如下: 阅读全文
posted @ 2014-08-29 22:18 三十修单车 阅读(138) 评论(0) 推荐(0) 编辑
  2014年7月16日
摘要: 阅读全文
posted @ 2014-07-16 18:03 三十修单车 阅读(150) 评论(0) 推荐(0) 编辑