uikit

Installation
SKILL.md

UIKit

UIKit is the traditional, imperative framework for building iOS user interfaces. While SwiftUI is the future, UIKit remains essential for maintaining existing apps and unrestricted access to the OS.

When to Use

  • Maintaining legacy iOS codebases (Objective-C or Swift).
  • Fine-grained control over view hierarchy performance not yet possible in SwiftUI.
  • Using third-party libraries that haven't migrated to SwiftUI ViewRepresentables.

Quick Start

Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
uikit — g1joshi/agent-skills