I still have mixed feelings about SwiftUI. Trying to give it another chance, because the first 90% is so tempting. But then the final customization of little things, just wish it was AppKit.
I still have mixed feelings about SwiftUI. Trying to give it another chance, because the first 90% is so tempting. But then the final customization of little things, just wish it was AppKit.
@manton it's hard to look at apps like Overcast being entirely in SwiftUI and not feel like it's ready. There seem to be rough edges if you want to do everything exactly a particular way, but there seem to be plenty of perfectly solid solutions for just about any interaction that works well.
@manton I get similar feeling using SwiftUI to when trying to use AppKit bindings back in the day. I feel like most of the learning was figuring out when to jump ship and go back to the "old” way. I'm getting a better sense ahead of time now whether a given UI component is feasible in SwiftUI or if I shouldn't even try and just do it in AppKit.