Skip to content

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

License

Notifications You must be signed in to change notification settings

Rahul-Mayani/RRSwiftListingWithoutStoryboard

Repository files navigation

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.