Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Releases: alibaba/LazyScrollView

1.0.1

20 Apr 02:53

Choose a tag to compare

  • new feature: load items "async" (load items one by one, only load one item in one runloop)
  • new feature: load more logic
  • use ModelBucket to manager cached models
  • use ReusePool to manager reusable items
  • not hack UIScrollView's delegate now (we override setContentOffset to implement our logic)
  • tidy codes, fix bugs and add unit tests

For TMUtils

  • add more helper methods

update version to 0.1.0

22 Nov 09:01

Choose a tag to compare

  1. fix a problem of reuseIdentifier matching during dequeue
  2. add a new feature "autoAddSubview"
  3. add 2 new public properties: visibleItems & inScreenVisibleItems
  4. optimize codes of scrollViewDelegate forwarding