一 UITableView Delegate 方必须遵循UITableViewDelegate协议cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; 这句是定义cell右边的尖角号#pragma mark - 代理方法#... Read More
posted @ 2015-03-15 22:55 微笑、 Views(403) Comments(0) Diggs(0)
//// MJViewController.m// 01-UITableView01-多组数组展示//// Created by apple on 13-11-28.// Copyright (c) 2013年 itcast. All rights reserved.//#import "MJVie... Read More
posted @ 2015-03-15 20:06 微笑、 Views(105) Comments(0) Diggs(0)
一 创建表格,并把表格添加到控制器 UITableView *tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStyleGrouped];//创建表格 指定表格的宽高为self.vi... Read More
posted @ 2015-03-15 20:05 微笑、 Views(205) Comments(0) Diggs(0)