常用的比较陌生的控件属性
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
self.tableView.rowHeight = 48;
self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
UIView *head = [UIView alloc]init];
head.XXX = XXXXXX;
self.tableView.tableHeaderView = head;
headtitle.font = [UIFont fontWithName:@"Helvetica-Bold" size:14];