Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed.
Pagination is one form of lazy loading and its done in memmbles project. Please check the code for better understanding of how to implement lazy loading in an ios projects.