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
- Host: GitHub
- URL: https://github.com/kishorepran/housemvvm
- Owner: kishorepran
- Created: 2018-07-26T19:59:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T11:10:05.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T00:53:15.612Z (over 1 year ago)
- Topics: mvvm-architecture, mvvm-pattern, mvvm-sample, swift4
- Language: Swift
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.