Skip to content

iOSDevGarg/Checkbox_tableView_mvvm_rxswift

Repository files navigation

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

Toggle/Checklist Screen

Simulator Screen Shot - iPhone 11 - 2021-07-07 at 12 54 58

Feel Free to update the architecture if i miss something.