Toolbar bottom iOS 16 – SwiftUI – Ios swift
I would like to have a bottom toolbar with SwiftUI. The following is working in iOS 15, but not in iOS 16. In iOS 16 the toolbar is not showing. (It's working if I change the placement...) Text("Content") .toolbar {…