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
- Host: GitHub
- URL: https://github.com/iosdevgarg/checkbox_tableview_mvvm_rxswift
- Owner: iOSDevGarg
- Created: 2021-07-06T11:33:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T07:30:47.000Z (over 4 years ago)
- Last Synced: 2025-04-15T23:09:59.032Z (10 months ago)
- Topics: mvvm, rxswift, rxswiftexample, swift, tableview
- Language: Swift
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

Toggle/Checklist Screen

Feel Free to update the architecture if i miss something.