An open API service indexing awesome lists of open source software.

https://github.com/iosdevgarg/checkbox_tableview_mvvm_rxswift


https://github.com/iosdevgarg/checkbox_tableview_mvvm_rxswift

mvvm rxswift rxswiftexample swift tableview

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Checkbox_tableView_mvvm_rxswift

This is a sample application which is used to show MVVM architecture code using RxSwift and normal Swift version.
This app has two sub modules
1. RxSwift Module
2. Swift Module

It has a checklist which shows some steps to pair the apple watch and the user can toggle the checkbox to state that the specific action is performed, This has a custom class to draw the checkbox UI which is added in a separate framework and can be used directly. It is a IBDesignable class.

Code Architecture - MVVM
Language - Swift & RxSwift

# App Screenshots

Shows the two modules name.

![Simulator Screen Shot - iPhone 11 - 2021-07-07 at 12 54 54](https://user-images.githubusercontent.com/26831784/124717507-d166f600-df22-11eb-95e9-41267191fc33.png)

Toggle/Checklist Screen

![Simulator Screen Shot - iPhone 11 - 2021-07-07 at 12 54 58](https://user-images.githubusercontent.com/26831784/124717646-f491a580-df22-11eb-9625-d49ab886bbad.png)

Feel Free to update the architecture if i miss something.