Tweet

See new Tweets

Conversation

David Watson 🥑
Reply
Show replies
Turns out macOS just has screen recording built-in these days, it's like Command-Shift-5 or something.
2
5
Show replies
The challenge of cross-platform frameworks seems to be keeping up with system components and behaviors.
That's certainly something to contend with, but to be honest a much bigger challenge is dealing with platforms that lock features behind private APIs.
Show replies
Those are system widgets, as SwiftUI is not a third-party framework. It’s an abstraction that either uses AppKit / UIKit views under the hood or some SwiftUI component that still ends up adopting to the platform it’s run on. This is in contrast to React, Flutter, etc.