SwiftUI Tip: I see this in PRs and production code all the time (even AI gets it wrong!) 👀

Instead of nesting Image in a Button's label, just use .labelStyle(.iconOnly)

✅ More accessible
✅ More readable
✅ Fewer lines
✅ Better SwiftUI

Stop fighting the framework!
#SwiftUI #iOSDev #FlineDevSnippets