
UIKit
Computer applicationWikipedia
7
MENTIONS
7
EPISODES
6
PODCASTS
Search complete. 7 mentions across 7 episodes found for "UIKit".
Sep 3, 2026
Course 42 - Mobile Malware Analysis Fundamentals | Episode 7: Malware Tools and Practical Lab Walkthrough
S
8:19speaker_2HOST
And the output there gives you the exact paths to every single shared library.
S
8:24speaker_2HOST
Now, often you'll just see standard system paths, right, like Apple's Foundation or UIKit frameworks.
S
8:29speaker_0HOST
Totally normal stuff.
S
8:30speaker_2HOST
Yeah, boring stuff.
Inside OpenAI’s Codex With Andrew Ambrosino
A
24:50Andrew AmbrosinoGUEST
I don't necessarily think that Apple did themselves any favors.
A
24:55Andrew AmbrosinoGUEST
I think it's been very rocky with AppKit, UIKit, SwiftUI, the Catalyst era.
A
25:02Andrew AmbrosinoGUEST
It has not been easy.
A
25:03Andrew AmbrosinoGUEST
These frameworks are not...
TMOG: Dave Answers Your Questions + Rates 23 Feature Requests | Shop Talk #92
D
7:40Dave PlummerHOST
It's not Direct2D.
D
7:41Dave PlummerHOST
It's not UIKit yet.
D
7:42Dave PlummerHOST
So it's...
D
7:44Dave PlummerHOST
It's good.
Windows Task Manager’s Creator Rebuilt It 30 Years Later | Shop Talk #91
D
40:33Dave PlummerHOST
At the top, you've got the user interfaces.
D
40:35Dave PlummerHOST
And so that's written in Direct2D for Windows and, as I mentioned, UIKit for Mac and then Qt for Windows.
D
40:43Dave PlummerHOST
And then they all talk to a common C++ core, and then that core branches out to system-specific helpers for things like stuff that you can only do on a Mac, or getting the process information is different on Windows, Mac, and Linux.
G
41:00Glenn HodgesHOST
And then what's that one tool you have, sorry, I can't see it, the clock, I guess? And you said you can't access it on the Mac, but it still stays there, it's just...
529: Agent, MCP, and Tooling: Taming Cross‑Platform DevFlows
F
18:35Frank KruegerHOST
But at least, um, in the instructions it's, it's enumerated, it's, it's made very clear, you know, the, the Maui part is now optional.
F
18:44Frank KruegerHOST
And like you said, there's GDK, WPF, AppKit, UIKit, Android.
J
18:49James MontemagnoHOST
The question will be are there instructions for your app though? You know what I mean? Like your agents.md file that's like, "Here's how to use DevFlow." 'Cause this is the instructions MD file for this project.
J
19:03James MontemagnoHOST
So that's what I'm, that's what I'm thinking, right?
Apple is leaking like a sieve
G
56:45Graham BarrPANELIST
Yeah, I think that makes it much easier for me because it's a new app.
G
56:48Graham BarrPANELIST
I think if you used the pre- SwiftUI stuff with UIKit, then it's probably more work to do.
G
56:58Graham BarrPANELIST
But the other thing I would say is that useless technology people are going on about these days, AI, is incredibly helpful here.
G
57:06Graham BarrPANELIST
And one of the really great things this week is I used to use, well, I still use Cursor for my vibe coding.
WWDC26: SQLiteData Observation
S
1:39speaker_1HOST
We always felt that it was needlessly constrained to have queries work only when embedded directly in views.
S
1:46speaker_1HOST
And that's why SQLite Data was built from the very beginning to allow its tools to be used equally well in SwiftUI views, observable models, and even UIKit view controllers, and really just anywhere.
S
1:57speaker_1HOST
And so we're going to demonstrate this by building an editor view for the geo fence on a trip.
S
2:02speaker_1HOST
And this can be a pretty complex feature and we'll want to make sure we got it right.