Skip to content

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

License

Notifications You must be signed in to change notification settings

Jigneshmayani90/SwiftListingWithoutStoryboard

Repository files navigation

SwiftListingWithoutStoryboard

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

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 SwiftListingWithoutStoryboard directory first.

Contribute

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

License

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