https://github.com/futurechallenger/mvvm
demonstrates how to use MVVM and Xcode6 inner-build tools to do unit test in iOS projects
https://github.com/futurechallenger/mvvm
Last synced: 4 months ago
JSON representation
demonstrates how to use MVVM and Xcode6 inner-build tools to do unit test in iOS projects
- Host: GitHub
- URL: https://github.com/futurechallenger/mvvm
- Owner: futurechallenger
- License: mit
- Created: 2014-12-10T08:13:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T08:56:59.000Z (over 11 years ago)
- Last Synced: 2025-10-19T09:44:32.100Z (9 months ago)
- Language: Swift
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MVVM
============
MVVM is an iOS app developed in Swift language, which is used to demonstrate how to apply MVVM in an iOS project and how you can use the Xcode6 inner-build tool to perform unit test in Swift.
## Notices
The current version can be compiled in Xcode 6.1.
## Used features
* Swift Programming Language
* MVVM, change normally used MVC to MVVM
* XCTest assertion
* Expectation
* Asynchronously test
* MOCK