Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Releases: alibaba/LazyScrollView

1.0.1

Choose a tag to compare

@HarrisonXi HarrisonXi released this 20 Apr 02:53
  • 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

Choose a tag to compare

@HarrisonXi HarrisonXi released this 22 Nov 09:01
  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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.