Unity_ListView icon indicating copy to clipboard operation
Unity_ListView copied to clipboard

An implementation of ListView based on uGUI

Results 1 Unity_ListView issues
Sort by recently updated
recently updated
newest added

IUListView.RefreshListView 这里算法每次滚动超过一个 Item的距离就刷新所有item,这里是不必要的,且会导致性能下降,且所有的Item刷新数据,会看到一闪一闪的。 建议修改成只刷新 (有变化的数据单元) Good job!