Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.94 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.94 KB

RRSwiftListingWithoutStoryboard

License: MIT Platform Swift 5

Table view listing programmatically (without using storyboard or xib layout)

  • Using RxSwift for MVVM architecture
  • Using Realm for local storage
  • Using Alamofire for API calling
  • Using Kingfisher for downloading and caching images from the web
  • Using PureLayout for set / update Auto Layout easy
  • Using NVActivityIndicatorView for showing progress while fetch data from the server
  • Unit Testing & UI Testing
  • Dark mode support
  • Universal interface support (iPhone & iPad)

Requirements

Use of the following Cocoapods is required:

To run the project, clone the repo, and run pod install from the RRSwiftListingWithoutStoryboard directory first.

Contribute

We would love you for the contribution to RRSwiftListingWithoutStoryboard, check the LICENSE file for more info.

License

RRSwiftListingWithoutStoryboard is available under the MIT license. See the LICENSE file for more info.