摘要: *************UiTableView模型和数据的分组的显示#import "HMViewController.h"#import "HMHero.h"@interface HMViewController () @property (nonatomic, strong) UITableV... 阅读全文
posted @ 2015-08-04 11:25 iso 阅读(320) 评论(0) 推荐(0) 编辑
摘要: ****加上数据分离#import "HMViewController.h"#import "HMStudent.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UITableView *tableView;... 阅读全文
posted @ 2015-08-04 11:18 iso 阅读(201) 评论(0) 推荐(0) 编辑
摘要: ***表格控件#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UITableView *tableView;@end@implementation HMVi... 阅读全文
posted @ 2015-08-04 11:16 iso 阅读(186) 评论(0) 推荐(0) 编辑