Skip to content

ngleanh/Infinite-Scrolling-List

Repository files navigation

Infinite Scrolling List View

The purpose of this example is to demonstrate an infinite list view, which can handle memory effectively when having large unit of model.

Some challenges in this example:

  • Swift is commonly using struct on model, which can not adapt NSCoding for data persistent.
  • Multi-thread handling
  • Unidirectional data flow for data consistency.

I decided to use Realm database for data persistent and manager data flow. The Realm API is optimized for performance and low memory use, which is very great for project's requirement.

Open source libraries are being using in the example:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors