摘要: 1 #import "RootViewController.h" 2 #import "Masonry.h" 3 @interface RootViewController () 4 5 @end 6 7 @implementation RootViewController 8 9 - (void)viewDidLoad { 10 [super viewDidLo... 阅读全文
posted @ 2016-05-30 23:02 雷坤 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: 1 @interface ViewController () 2 // 显示图片 3 @property (weak, nonatomic) IBOutlet UIImageView *imageView; 4 5 // 显示进度 6 @property (weak, nonatomic) IBOutlet UIProgressView *progressView; ... 阅读全文
posted @ 2016-05-30 17:25 雷坤 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 下载FMDB文件(gitHub链接:https://github.com/ccgus/fmdb) 阅读全文
posted @ 2016-05-30 16:09 雷坤 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 1 #import "RootViewController.h" 2 #import "RootView.h" 3 @interface RootViewController () 4 @property (nonatomic, strong) RootView *rootView; 5 // 定义大数组存放所有学生 6 @property (nonatomic, str... 阅读全文
posted @ 2016-05-30 08:36 雷坤 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1 #import "RootViewController.h" 2 #import "RootView.h" 3 #define kColor arc4random() % 256 / 255.0 4 @interface RootViewController () 5 @property (nonatomic, strong) RootView *rootView; ... 阅读全文
posted @ 2016-05-30 08:29 雷坤 阅读(160) 评论(0) 推荐(0) 编辑