what is apple recommandation on mvvm ?
Generated on 8/2/2024
1 search
Apple's recommendation on the MVVM (Model-View-ViewModel) pattern is not explicitly mentioned in the provided context. However, the context does emphasize the use of SwiftUI for building apps across various Apple platforms, highlighting its declarative nature and interoperability with UIKit and AppKit. This suggests that Apple encourages using SwiftUI's declarative approach, which aligns well with the MVVM pattern by separating the UI (View) from the business logic (ViewModel).
For more detailed information on building apps with SwiftUI, you can refer to the session SwiftUI essentials which covers built-in capabilities and interoperability across platforms.
SwiftUI essentials
Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.
Migrate your TVML app to SwiftUI
SwiftUI helps you build great apps on all Apple platforms and is the preferred toolkit for bringing your content into the living room with tvOS 18. Learn how to use SwiftUI to create familiar layouts and controls from TVMLKit, and get tips and best practices.