A shared folder with AI prompts and code snippets
From workspace: Windsurf
Team: Rules Directory
Total snippets: 1
1 snippet
This rule explains SwiftUI patterns and best practices for iOS, macOS, watchOS, and tvOS development.
--- trigger: glob description: This rule explains SwiftUI patterns and best practices for iOS, macOS, watchOS, and tvOS development. globs: **/*.swift --- # SwiftUI rules - Use structs for views and keep them small and focused - Use @State for...