Releases: jasonjrr/MVVM.Demo.SwiftUI
Releases · jasonjrr/MVVM.Demo.SwiftUI
4.0.2 - iOS 17 Update (patch 2)
4.0.1 - iOS 17 Update (patch)
Update all ViewModel
s to be @State
properties.
4.0.0 - iOS 17 Update
- iOS 17 Update
Updated the app to use iOS 17 patterns and features.
3.0.0 - 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
Minor Pattern Updates
2.1.0 Cleanup signInOrOut publisher