Skip to content

MuShare/Githuber

Repository files navigation

Githuber

This demo app relies on the following libraries

About Architecture

This demo app is based on RxController, which makes it easier to build a MVVM-C application. Storyboard or xib files are not recommended to be used within this demo, because the basic class RxViewController aims at removing all IUO properties to avoid crash. To build UI, SnapKit is used within this demo.

MVVM and RxSwift are recommended to be used within view controller and view model classes. For customized cells and views, the simple MVC design pattern is recommended.

All controllers, pushing, poping, presenting and dismissing, are managed by Flows for decoupling of view controllers.

Test and Stubbing

This repo contains all mock data within the project, because the only way to communicate to the proxy app is to pass the launch arguments or launch environments. Thus, compared to this way, mocking backend with the web server and return responses is better if possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published