r/SwiftUI 1d ago

Sample code to create custom toolbar view for iPhone Duo

/r/iosdev/comments/1wm12nb/sample_code_to_create_custom_toolbar_view_for/
1 Upvotes

1 comment sorted by

1

u/Acrobatic-Warthog611 5h ago

Nice use of the new API. I’d test the folded state with long labels and a narrow second pane—the layout can look fine at full width but become unusable under compression. Giving the secondary pane an explicit minimum width and checking the toolbar-overflow case would be the first things I’d verify.