#uikit
2 items tagged "uikit".
Posts
SwiftUI Under the Hood: Its Architecture and Relationship to UIKit
Posted on:May 8, 2026SwiftUI is not a black box replacement for UIKit. It's a view graph diffing engine that runs on top of UIKit and AppKit. Here's how it actually works.
swiftuiiosuikit
Projects
-
Animation extensions
A useful UIView category containing a set of most commonly used animations like rotation, flip, shake and others.
ios objective-c uikit cocoapods animation