An open API service indexing awesome lists of open source software.

https://github.com/kishorepran/housemvvm


https://github.com/kishorepran/housemvvm

mvvm-architecture mvvm-pattern mvvm-sample swift4

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# House Products

## SDK version

* iOS SDK 11.4 (Xcode 9.4.0)
* iOS Deployment Target: 11.0

## 3RD Party Libraries

The app is using some 3rd Party libraries and some swift file from other sources:

* Alamofire - For networking
* Kingfisher - For image handling
* JGProgressHUD - For showing spinner
* UIColor+HexString

### 3rd Party library are managed via Cocoa Pods

## Unit & UI Tests

Unit tests are designed as intergartion tests. We are testing against a real backend. Except the View Controller and the View all other layers are tested in this case.

UI Tests are designed as intergation tests as well. We are testing against a real backend. Except the error cases all other cases are tested.