摘要: // // ViewController.m // 06-UITableView02-单组数据 #import "ViewController.h" #import "XMGHero.h" @interface ViewController () /** 英雄数据 */ @property (nonatomic, strong) NSArray *heroes; @end ... 阅读全文
posted @ 2017-02-22 11:39 laugh 阅读(199) 评论(0) 推荐(0)
摘要: // // ViewController.m // 05-UITableView01-多组数据 #import "ViewController.h" #import "XMGCar.h" #import "XMGCarGroup.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UITable... 阅读全文
posted @ 2017-02-22 11:36 laugh 阅读(217) 评论(0) 推荐(0)
摘要: // // ViewController.m // 05-UITableView01-多组数据 #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UITableView *tableView; @end @implementation Vi... 阅读全文
posted @ 2017-02-22 11:29 laugh 阅读(190) 评论(0) 推荐(0)