stackotter @stackotter.dev · Jun 24

I'm working on making it easier to make platform-specific changes to SwiftCrossUI's underlying backend views. I've taken inspiration from swiftui-introspect. This sort of flexibility will be super useful for more advanced user interfaces.

10 likes 1 replies

?

Replies

stackotter · Jun 24

Here's an example app with a variety of views, all sporting AppKit-specific changes applied with a few lines each. See next for without changes. In terms of not-so-visible modifications, I made the Count text selectable, moved the picker to the right edge, and enabled drag&drop image replacement.