摘要: - (void)viewDidLoad{ [super viewDidLoad]; [self initButton];}- (void)initButton{ UIButton *button = [[UIButton alloc]init]; button.backgroundColor... 阅读全文
posted @ 2015-04-28 09:59 oumygade 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 1. Plist → 模型数组控制器中引用#import "MJExtension.h"模型数组 = [模型类名 objectArrayWithFilename:[[NSBundle mainBundle] pathForResource:@"文件名.plist" ofType:nil]];2. 对... 阅读全文
posted @ 2015-04-28 09:06 oumygade 阅读(3856) 评论(0) 推荐(0) 编辑