04 2017 档案
摘要:https://github.com/wasabeef/awesome-android-ui
阅读全文
摘要:tableView.estimatedRowHeight = 44.0 tableView.rowHeight = UITableViewAutomaticDimension
阅读全文
摘要://返回编辑类型,滑动删除 func tableView(tableView: UITableView, editingStyleForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCellEditingStyle { return UIT
阅读全文
摘要:cell.selectionStyle = UITableViewCellSelectionStyle.None;
阅读全文