Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.25 KB

File metadata and controls

31 lines (19 loc) · 1.25 KB

Loader & Pull to refresh

Add a loader & pull to refresh functionality by switching on two options

ALcollectionView offers more options out of the box. Click on your collection view and look at the attributes inspector options:

  1. To add a loader, just turn the Loader option to ON and pick a color
  2. To add pull to refresh functionality, simply switch that option ON as well

Xcode

Run the project and see the loader before the data is populated.

After that, scroll up, and see your native UIRefreshControl fully functional without having to worry about any implementation.

Xcode

Impressive, right?!

Where to go next?

Abstract Layer supports lots of features on the ALCollectionView, so make sure to check the rest out!

As for customizability, Abstract Layer has a dedicated section for it.