stackotter
banner
stackotter.dev
stackotter
@stackotter.dev
Aussie software developer & uni student; Rock climber; Loves Swift, Rust and Svelte; Creator of SwiftCrossUI, Swift Bundler and Delta Client.

https://stackotter.dev
https://mastodon.social/@stackotter
SwiftCrossUI recently gained support for onHover thanks to MiaKoring!
October 25, 2025 at 9:02 AM
And here's the same app without the AppKit-specific changes.
June 24, 2025 at 2:52 PM
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.
June 24, 2025 at 2:52 PM
Third SwiftCrossUI modifier of the evening: fixedSize. This one was a lot easier to implement than aspectRatio.
May 16, 2025 at 2:17 PM
Just a quick demo of SwiftCrossUI's new aspectRatio modifier. It was surprisingly fiddly implementing aspectRatio while keeping in mind that there are far less well behaved views than images, but it should work well enough in most cases...
May 16, 2025 at 12:56 PM
Check out SwiftCrossUI's hot reloading helping me whip up a new sample app in no time at all 😉 Hot reloading is only supported on macOS at the moment but I hope to bring it to Linux & Windows in the near future.
May 14, 2025 at 3:19 PM