swiftui-mvvm-pattern
iOS SwiftUI MVVM architectural pattern implementation guide. When to use: when creating new views, implementing data binding between UI and business logic, adding screens to SwiftUI apps, or working with state management in iOS. What problems it solves: provides clear separation of concerns, enables reusable business logic, makes state management predictable with @Published properties, and follows iOS best practices for SwiftUI apps.
Installation and usage
iOS SwiftUI MVVM architectural pattern implementation guide. When to use: when creating new views, implementing data binding between UI and business logic, adding screens to SwiftUI apps, or working with state management in iOS. What problems it solves: provides clear separation of concerns, enables reusable business logic, makes state management predictable with @Published properties, and follows iOS best practices for SwiftUI apps.
Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :
skills use swiftui-mvvm-pattern