Skip to content

Dewire/dehub-ios

Repository files navigation

dehub-ios

Image of Yaktocat

Synopsis

DeHub is a sample app that can be used to view your gists and to create new gists. It is written using a MVVM architecture based on RxSwift.

Setup (requires Xcode 8.3 or greater)

  • Install Carthage
  • Clone the repo and run carthage bootstrap --platform iOS --no-use-binaries
  • Open in Xcode and you are good to go

Note: if you get a build error complaining about a missing module Model, change the target to Model and build it first first.

Architecture

Coming soon

Main libraries used

RxSwift

Used for observing the the view state.

Learning resources: RxSwift has the same fundamental API as RxJava, so RxJava resources can be used for learning the concepts:

For RxSwift specifics, see the documentation.

About

A sample app for viewing your gists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages