Skip to content

Tags: jasonjrr/MVVM.Demo.SwiftUI

Tags

4.0.2

Toggle 4.0.2's commit message
Update Test Target

Thank you to the internet troll who thought they were "owning" me by pointing out I forgot to update the test target for iOS 17. I appreciate the free testing!

4.0.1

Toggle 4.0.1's commit message
Update all ViewModels to be @State properties.

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
iOS 17 Update (#2)

3.0.0

Toggle 3.0.0's commit message
iOS 16 Update

* iOS 16 Update

Updated the app to use iOS 16 patterns and features.

* Accessibility updates

* Refactor Color view out of ColorService

Someone on the internet didn't understand abstraction and they were mad that I used Color (the View) inside a service. I refactored it out with this update which really doesn't change much.

* Update README with project architecture description

* Add older OS reference to the README

2.1.0

Toggle 2.1.0's commit message
Cleanup signInOrOut publisher

2.0.0

Toggle 2.0.0's commit message
Add Wizard Coordinator Pattern