Elektrine lite

← Feed

@dfortes@mastodon.social

Post #974909

2026-03-23 15:58 UTC

TIL a #swiftui `.inspector` can simply crash your program when you try to resize it (on macOS at least). Not to mention that it can easily mess up the layout of views that are inside it.

Replies (1)

  • @dfortes@mastodon.social 2026-03-23 16:00

    I'm having to build a custom sidebar to bypass this... and for my use case I actually like it better than the regular inspector.

    Open ##2704178