
▲ 43 r/SwiftUI
Does anyone know how to recreate this menu above the keyboard?
I would like to reproduce this menu above the keyboard in the notes application on swift? Is it natively possible?
u/SeaAdorable7381 — 4 days ago

I would like to reproduce this menu above the keyboard in the notes application on swift? Is it natively possible?
I'd like to reproduce this type of searchable element but at the bottom of the page. I tried using `placement: .bottomBar` but it doesn't work. Does anyone have any ideas?
I would like to reproduce this type of card, with a translucent background in a Form on Swift. Is it possible?
Hi,
I’m trying to recreate the Notes menu with the three icons at the top of the page. I managed to get it partially working, but I can’t figure out how to place the text underneath the icons, and my icons are also too close together. Does anyone know how to achieve the same layout?