Skip to content

mrigankgupta/MGPicsque

Repository files navigation

MGPicsque

A scrolling stream of most popular pics of a group from Flickr (buttery smooth)

Configurable Pagination support

  • A TableView extension for Pageable protocol support [Pageable.swift]
  • A reusable generic PageInteractor which provide abstraction and manages Pagination, Very easy to add pagination for next API

Network Manager

  • Generic, lightweight, easy to understand, testable Web Service component
  • Adding new request is super easy - FetchPopular is an example