Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 848 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 848 Bytes

Rx-MVVM-Coordinators

Language Pods

Example of MVVM-C(oordinators) architecture implemented with RxSwift

This simple app displays a list of the most starred repositories on GitHub by a language. User can choose a language to filter repositories and select repository in the list to open it in the SFSafariViewController.

How to build

  1. Clone the repository
$ git clone https://github.com/M-I-N/Rx-MVVM-Coordinators.git
  1. Install pods (Optional)
$ cd Rx-MVVM-Coordinators
$ pod install
  1. Open the workspace in Xcode (Optional)
$ open "RepoSearcher.xcworkspace"
  1. Compile and run the app

Requirements

  • Xcode 10
  • iOS 10.0+
  • Swift 4.2