摘要:
- (void)viewDidLoad{ [super viewDidLoad]; [self initButton];}- (void)initButton{ UIButton *button = [[UIButton alloc]init]; button.backgroundColor... 阅读全文
摘要:
1. Plist → 模型数组控制器中引用#import "MJExtension.h"模型数组 = [模型类名 objectArrayWithFilename:[[NSBundle mainBundle] pathForResource:@"文件名.plist" ofType:nil]];2. 对... 阅读全文