RxBaseProject is based on RxSwift. It is still in early stages 'Beta versions'. It aims to help developers to get rid of the small common things and easy annoying configurations. RxBaseProject provides things like
- Networking Manager: while base on RxAFNetwokring + Rx.... . It provides a BaseAPI class the wraps the needed classes to be extended [for details more check the exmple]
- Reachablity Handling: RxBaseProject provide a basie implemetation for handling reachblity issues using RxReachblity + the alart handling.
RxBaseProject Also provied some base classes like BaseViewController, BaseTableViewController ... etc that aims to rape the most common methos that i have been using and repating from project to project. Also the Helper class which constrains most of the general functions that can be used without requireing an instance 'Static functions'.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 10+
- Swift 3
RxBaseProject is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RxBaseProject"
ahmed93, [email protected]
RxBaseProject is available under the MIT license. See the LICENSE file for more info.