BOOLoadMoreController 1.0.4

BOOLoadMoreController 1.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2017

Maintained by Peng GuangBo.



  • By
  • pgbo

Decoupled solution for DROP UP TO LOAD MORE. The behavior is controled by a contronller named 'BOOLoadMoreController'. The View and controller is decoupled, the load more views can custom as everything you want.

Examples

example 1

Load more when drop up a distance from bottom of scroll view. This situation is occured when loadThreshold > 0.

snapshoots 1

example 2

Load more automatically when reach the bottom of scroll view. This situation is occured when loadThreshold = 0.

snapshoots 2