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