04 2017 档案

摘要:https://github.com/wasabeef/awesome-android-ui 阅读全文
posted @ 2017-04-21 14:31 肆万零叁佰贰拾 阅读(93) 评论(0) 推荐(0)
摘要:tableView.estimatedRowHeight = 44.0 tableView.rowHeight = UITableViewAutomaticDimension 阅读全文
posted @ 2017-04-18 12:55 肆万零叁佰贰拾 阅读(840) 评论(0) 推荐(0)
摘要://返回编辑类型,滑动删除 func tableView(tableView: UITableView, editingStyleForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCellEditingStyle { return UIT 阅读全文
posted @ 2017-04-18 12:54 肆万零叁佰贰拾 阅读(3531) 评论(0) 推荐(0)
摘要:cell.selectionStyle = UITableViewCellSelectionStyle.None; 阅读全文
posted @ 2017-04-18 12:53 肆万零叁佰贰拾 阅读(2453) 评论(0) 推荐(0)