Loading...
Loading...
API reference: SwiftUI. Query for views, layouts, navigation, @State/@Binding/@Observable, view modifiers, NavigationStack, iOS 26+ features.
npx skill4agent add prisma-labs-dev/apple-skills swiftui| File | Content |
|---|---|
| swiftui-overview.md | Full SwiftUI framework index (907KB) |
| view-protocol.md | View protocol and all modifiers (59KB) |
| state.md | @State property wrapper |
| binding.md | @Binding property wrapper |
| environment.md | @Environment property wrapper |
| observation.md | @Observable macro (iOS 17+) |
| navigationstack.md | NavigationStack (iOS 16+) |
| navigationsplitview.md | NavigationSplitView |
| tabview.md | TabView |
| list.md | List view |
| canvas.md | Canvas — immediate-mode drawing (iOS 15+) |
| graphicscontext.md | GraphicsContext — drawing API used inside Canvas |
.mdSKILL.mdswiftui-overview.mdsosumi.ai/documentation/swiftui/buttonhttps://sosumi.ai/documentation/swiftui/button| Topic | URL Path |
|---|---|
| Text | |
| Button | |
| Image | |
| VStack | |
| HStack | |
| ZStack | |
| Form | |
| Sheet | |
| Alert | |
| Picker | |
| Toggle | |
| Slider | |
| ProgressView | |
| AsyncImage | |
| GeometryReader | |
| ScrollView | |
| LazyVStack | |
| LazyHStack | |
| NavigationLink | |
| ToolbarItem | |
| Canvas | |
| GraphicsContext | |
.mdswiftui-overview.mdsosumi.ai# Looking for info on modifiers?
grep -i "padding" view-protocol.md
# Need full Text documentation? Check the local file first.
grep -i "font" text.md