Regretting my new attempt with SwiftUI for Mac apps. My gut said stick with AppKit but I was sucked into the ease of bootstrapping a new app. Lots of paper cuts, now seriously considering wrapping NSTableView to replace List.
Regretting my new attempt with SwiftUI for Mac apps. My gut said stick with AppKit but I was sucked into the ease of bootstrapping a new app. Lots of paper cuts, now seriously considering wrapping NSTableView to replace List.
@manton its fine for toy apps and demos. but you hit the limitations pretty quick.
@collin @manton i **almost** used some recently.
a friend gave me a fully working feature for my app. it worked great, did everything i needed, and because it was in its own window it could coexist easily.
but it relied on lots that had only recently been added. i i could limit support to Sonoma+ I would have kept it. But in the end I replaced it with AppKit.
@manton He hasn’t stated the problem, but I suspect it’s performance of the list, which has been spoken of time immemorial.
@manton He hasn’t stated the problem, but I suspect it’s performance of the list, which has been spoken of time immemorial.
@manton we found the same thing at my enterprise job... we have new code and legacy code and it was just a huge issue both skill gap and reusing old stuff
@manton List performance is rubbish when using SwiftUI on the Mac. Using a single column Table solved my performance problems.
developer.apple.com/documentatio...