What’s InfiniteScroll UI?

InfiniteScroll UI is a script extension that enables you to use the new ScrollRect control as an infinite spinner.

You can load a collection of objects to its datasource and it will automatically show the objects while scrolling. This is the basics.

You can also use databinding, a la MVVM, and all the changes in your collection or objects will get immediately reflected in your screen without having to manipulate the UI. The library comes with some specific classes to accomplish that:

  • Bindable
  • ObservableCollection