Releases: zhaozilong1988/UITableViewForUnity
Releases · zhaozilong1988/UITableViewForUnity
release v1.0
- Now you can reload tableview from "anywhere" by using UITableViewCellLocation.
- Index is added to tableview cell.
- Now you can use ReloadDataAt(int) to replace current cell at row with a new cell.
beta v0.3
- IUITableViewReachable:Implement this if you want to receive events when the topmost/rightmost or bottommost/leftmost is reached.
- UITableView. RefreshAllLoadedCells(): The interface CellAtIndexInTableViewWillAppear(tableView, index) of all loaded cells will be called without recycling them.
beta v0.2
beta v0.1
updated sample