Post

Replies

Boosts

Views

Activity

Reply to iOS 26 Liquid Glass - How to achieve separate glass backgrounds for multiple leading toolbar items?
I've been playing with toolbars. If I understand correctly, you'd want something like this: .toolbar { ToolbarItem(placement: .navigationBarLeading) { Button(action: {}) { Image(systemName: "dollarsign.circle") } ToolbarSpacer(.fixed, placement: .navigationBarLeading) } ToolbarItem(placement: .navigationBarLeading) { Button(action: {}) { Image(systemName: "qrcode") } } }
Topic: UI Frameworks SubTopic: SwiftUI
Jun ’25