2015年7月31日

UItableView cell 自适应高度

摘要: UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyl... 阅读全文

posted @ 2015-07-31 09:39 yucaijiang 阅读(230) 评论(0) 推荐(0) 编辑

去掉cell分割线

摘要: tableView.separatorStyle = UITableViewCellSelectionStyleNone; 阅读全文

posted @ 2015-07-31 09:37 yucaijiang 阅读(303) 评论(0) 推荐(0) 编辑

导航