测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可 | MIT |
Released最后发布 | 2015年12月 |
由 Dan Parkhomenko 维护。
不会在错误更新时崩溃的 UITableViewCell (iOS)
* This UITableView will not if wrong number of rows or sections will be there after inserting, removing or deleting. It will display warning in log.
* If anything bad happens this UITableView will reload it's contents without animation. Just set the class for UITableView that could possibly crash after
在 storyboard 或 xib 中的更新,并别忘了查看日志。
pod 'SmartUITableView'
Dan Parkhomenko