top | item 43030712

(no title)

choxi | 1 year ago

I like SwiftUI, reactive frameworks just make sense to me for UIs. It also interfaces with UIKit in a pretty nice way so you don’t have to commit to one or the other. I’m a newer iOS dev though, I’ve heard many complaints from more experienced devs.

discuss

order

lawgimenez|1 year ago

I have encountered the infamous

> The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions

a lot. And it’s impossible to debug.

https://developer.apple.com/forums/thread/652691

floydnoel|1 year ago

that just means you have too many items together. break them up into smaller components or use something like a Group and that solves it. not a big mystery