07 2014 档案

摘要:1 UIView自带的方法 2 1> - (void)layoutSubviews; 3 * 当一个控件的frame发生改变的时候就会自动调用 4 * 一般在这里布局内部的子控件(设置子控件的frame) 5 * 一定要调用super的layoutSubviews方法 6 7 2> - (voi... 阅读全文

posted @ 2014-07-24 23:23 林源 阅读(152) 评论(0) 推荐(0)

摘要:1 interface ViewController () 2 3 @property (weak, nonatomic) IBOutlet UITableView *tableView; 4 5 @end 6 7 @implementation ViewController 8 9 ... 阅读全文

posted @ 2014-07-24 22:23 林源 阅读(131) 评论(0) 推荐(0)

摘要:#import "ViewController.h"#import "FMDB.h"@interface ViewController ()- (IBAction)insert;- (IBAction)update;- (IBAction)delete;- (IBAction)select;@pro... 阅读全文

posted @ 2014-07-20 22:14 林源 阅读(154) 评论(0) 推荐(0)

摘要:#import "ViewController.h"@interface ViewController () @property (weak, nonatomic) IBOutlet UIImageView *imageView;@end/**// 下载进度跟进- (void)URLSession:... 阅读全文

posted @ 2014-07-13 22:51 林源 阅读(756) 评论(0) 推荐(0)

摘要:sql思维导图总结: 阅读全文

posted @ 2014-07-08 21:39 林源 阅读(252) 评论(0) 推荐(0)

导航