摘要: tableView.estimatedRowHeight = 44.0 tableView.rowHeight = UITableViewAutomaticDimension 阅读全文
posted @ 2017-04-18 12:55 肆万零叁佰贰拾 阅读(836) 评论(0) 推荐(0) 编辑
摘要: //返回编辑类型,滑动删除 func tableView(tableView: UITableView, editingStyleForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCellEditingStyle { return UIT 阅读全文
posted @ 2017-04-18 12:54 肆万零叁佰贰拾 阅读(3507) 评论(0) 推荐(0) 编辑
摘要: cell.selectionStyle = UITableViewCellSelectionStyle.None; 阅读全文
posted @ 2017-04-18 12:53 肆万零叁佰贰拾 阅读(2444) 评论(0) 推荐(0) 编辑