Skip to content

How to use SwiftUI

Winnie Teichmann edited this page Sep 25, 2025 · 7 revisions

⚠️ This page is under construction

SwiftUI vs UIKit

When faced with the choice between SwiftUI and UIKit, refer to the attached decision tree diagram to determine the appropriate approach for your specific project needs. SwiftUI Decision Tree

Themening

Theming should utilize @Environment(.themeManager) from EnvironmentValues. For more details see Themeing: SwiftUI View

Clone this wiki locally