Questions tagged [swiftui-toolbar]
17 questions
0
votes
1 answer
Toolbar disappears when StackNavigationViewStyle on iPad | SwiftUI iOS 15
I have this TabView:
ZStack(alignment: Alignment(horizontal: .center, vertical: .bottom)){
TabView(selection: $mainViewProperties.currentView) {
...
//HOME
NavigationView{
…

Sebastián García Burgos
- 350
- 2
- 13
-1
votes
1 answer
How to set up SwiftUI toolbar to display in the center of the view
I am experimenting with SwiftUI ToolbarItem in various positions in my view, such as in bottomBar and navigation. I am wondering if it is possible to center the ToolBarItem vertically in the view, as opposed to the top or bottom. When setting up the…

JS_is_awesome18
- 1,587
- 7
- 23
- 67