leichunfeng / MVVMReactiveCocoa

GitBucket iOS App

Home Page:https://itunes.apple.com/cn/app/id961330940?mt=8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVVMReactiveCocoa

GitHub license GitHub tag

This repository contains the source code for the GitBucket iOS app. It's a mobile client app for GitHub, building with 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 & Starred repos, repo's README and source code.
  2. View Followers & Following, Follow & Unfollow user.
  3. Search repos, Star & Unstar repo.

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

Class diagram

MVVMReactiveCocoa

Requirements

  • iOS 8.0+
  • CocoaPods 1.0+

Contribution

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

git clone --recursive https://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.

Common problems

If you encountered the following error when you execute the git clone command:

error: RPC failed; result=56, HTTP code = 200B | 0 bytes/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Please execute the following command and then retry the previous git clone command again:

git config --global core.compression -1

License

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

相关文章

About

GitBucket iOS App

https://itunes.apple.com/cn/app/id961330940?mt=8

License:MIT License


Languages

Language:Objective-C 99.7%Language:Ruby 0.2%Language:C 0.2%