Skip to content

Releases: zhaozilong1988/UITableViewForUnity

release v1.0

01 Sep 13:20
37ce6cd
Compare
Choose a tag to compare
  • 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

02 Oct 14:42
Compare
Choose a tag to compare
beta v0.3 Pre-release
Pre-release
  • 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

01 May 11:07
69ebcd0
Compare
Choose a tag to compare
beta v0.2 Pre-release
Pre-release

bugfix
#2

beta v0.1

24 Apr 12:05
Compare
Choose a tag to compare
beta v0.1 Pre-release
Pre-release
updated sample