Skip to content

LIUBOliubo/MVVMReactiveCocoa

Repository files navigation

MVVMReactiveCocoa

This repository contains the source code for the GitBucket iOS app. It is a mobile client app for GitHub, built using MVVM architectural pattern and some awesome frameworks, such as ReactiveCocoaMantleoctokit.objc, etc. You can use it for any purpose, free of charge.

Purpose

The purpose that I developing this app is hope to provide a complete app which is developed using the MVVM architectural pattern and RAC framework, and can help some iOS developers who want to use this technology.

Now, GitBucket mainly include the following features:

  1. View owned and starred GitHub repositories.
  2. View GitHub repository's README and source code.
  3. View profile、give feedback, etc.

The features is little now, but I will add more utility features at the iterative development in the future, such as exploreissuessearch, etc.

Contribution

If you want to make some contributions to the project or just want to build the project, please using the following command:

git clone --recursive git@github.com:leichunfeng/MVVMReactiveCocoa.git

Everything will be done for you, and all you need to do is just waiting for it to finished.

Once finished, you can open the project through double-click the MVVMReactiveCocoa.xcworkspace file and build the MVVMReactiveCocoa target. Any pull request will be welcome.

License

MVVMReactiveCocoa is available under the MIT license. See the LICENSE file for more info.

Packages

No packages published

Languages

  • Objective-C 99.6%
  • Other 0.4%