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

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

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