Post

Replies

Boosts

Views

Activity

Reply to Keyboard Toolbar Padding iOS26
Here is a simple way to reproduce the issue: struct KeyboardToolbarItem: View { @State var text: String = "foobar" var body: some View { Form { TextField("Foo", text: $text) .toolbar { ToolbarItem(placement: .keyboard) { Button { } label: { Image(systemName: "chevron.down") } } } } } } #Preview { KeyboardToolbarItem() } One would expect there to be some padding at the bottom of the button. This is on Xcode 26.1 Beta 3 & iOS 26.1 beta 4
Topic: UI Frameworks SubTopic: SwiftUI
Oct ’25
Reply to Keyboard Toolbar Padding iOS26
Here is a simple way to reproduce the issue: struct KeyboardToolbarItem: View { @State var text: String = "foobar" var body: some View { Form { TextField("Foo", text: $text) .toolbar { ToolbarItem(placement: .keyboard) { Button { } label: { Image(systemName: "chevron.down") } } } } } } #Preview { KeyboardToolbarItem() } One would expect there to be some padding at the bottom of the button. This is on Xcode 26.1 Beta 3 & iOS 26.1 beta 4
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25
Reply to Unable to reset simulators
Created feedback FB15675265 for this issue.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Cannot delete iOS 18.1 Simulator
I'm running into the exact same issue: https://developer.apple.com/forums/thread/766513
Replies
Boosts
Views
Activity
Nov ’24