| name | uikit |
| user-invocable | true |
| description | API reference: UIKit. Query for UIView, UIViewController, controls, table and collection views, navigation controllers, scenes, Auto Layout, images, colors, gestures, presentation, and SwiftUI hosting. |
| context | fork |
| agent | Explore |
UIKit Reference
UIKit framework documentation for iOS and iPadOS apps.
Downloaded Reference Files
Search the local files first. uikit-overview.md is the full framework index and is large, so prefer rg over opening it directly.
Fetching More Docs
- Search this skill's local
.md files first.
- If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.md frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.
- If no installed skill has the page, use the relevant documentation path from
uikit-overview.md with the sosumi.ai Markdown mirror. For example, /documentation/uikit/uiview maps to https://sosumi.ai/documentation/uikit/uiview.
Some UIKit-adjacent APIs live in other frameworks. For example, UIHostingController is documented under SwiftUI.