摘要: 在做一个比较大的工程的时候,最好是用MVC模型因为每个页面都有导航,所以建一个BaseViewController页面继承UIViewController1 #import 2 #import "MyConnection.h"3 #define WINSIZE [[UIScreen mainScr... 阅读全文
posted @ 2015-03-24 16:32 Angelone 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 今天学习了有关block的一点点儿知识,在此对其整理一下。 1 #import "ViewController.h" 2 3 @interface ViewController () 4 { 5 UISlider *_slider; 6 } 7 8 @end 9 10 @impleme... 阅读全文
posted @ 2015-03-24 13:04 Angelone 阅读(128) 评论(0) 推荐(0) 编辑