Agent Skills
› Prisma-Labs-Dev/apple-skills
› uikit
uikit
GitHub提供 iOS UIKit 框架的本地参考文档,支持查询视图、控制器、布局及手势等 API。通过本地文件优先搜索和镜像链接辅助开发。
Trigger Scenarios
查询 UIKit API 文档
查找 iOS UI 组件用法
解决 Auto Layout 或视图控制问题
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill uikit -g -y
SKILL.md
Frontmatter
{
"name": "uikit",
"agent": "Explore",
"context": "fork",
"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.",
"user-invocable": true
}
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.
| File | Content |
|---|---|
| uikit-overview.md | Full UIKit framework index |
| uikit-updates.md | UIKit updates |
| uiapplication.md | UIApplication |
| uiapplicationdelegate.md | UIApplicationDelegate |
| uiwindowscene.md | UIWindowScene |
| uiview.md | UIView |
| uiviewcontroller.md | UIViewController |
| uicontrol.md | UIControl |
| uibutton.md | UIButton |
| uilabel.md | UILabel |
| uiimage.md | UIImage |
| uiimageview.md | UIImageView |
| uicolor.md | UIColor |
| uifont.md | UIFont |
| uiscrollview.md | UIScrollView |
| uitableview.md | UITableView |
| uicollectionview.md | UICollectionView |
| uistackview.md | UIStackView |
| nslayoutconstraint.md | NSLayoutConstraint |
| uinavigationcontroller.md | UINavigationController |
| uitabbarcontroller.md | UITabBarController |
| uisplitviewcontroller.md | UISplitViewController |
| uigesturerecognizer.md | UIGestureRecognizer |
| uialertcontroller.md | UIAlertController |
| uiactivityviewcontroller.md | UIActivityViewController |
| uivisualeffectview.md | UIVisualEffectView |
| uiblureffect.md | UIBlurEffect |
| uihostingcontroller.md | UIHostingController bridge from SwiftUI |
| using-swiftui-with-uikit.md | Using SwiftUI with UIKit |
Fetching More Docs
- Search this skill's local
.mdfiles first. - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.mdfrontmatter, 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.mdwith thesosumi.aiMarkdown mirror. For example,/documentation/uikit/uiviewmaps tohttps://sosumi.ai/documentation/uikit/uiview.
Some UIKit-adjacent APIs live in other frameworks. For example, UIHostingController is documented under SwiftUI.
Version History
- a76633b Current 2026-07-25 07:01


