Discussion about this post

User's avatar
Alan's avatar

Great article. But I can’t get my head why I can’t use this technique with other views.

Text("hello \(Text("world").foregroundStyle(.blue)) \(Image(systemName: "diamond"))").foregroundStyle(.red) // ✅

Image(systemName: "diamond")

.foregroundStyle(.green) ✅

Text("hello \(Text("world").foregroundStyle(.blue)) \(Image(systemName: "diamond").foregroundStyle(.green))") ❌

Expand full comment
3 more comments...

No posts