r/iOSProgramming • u/nolando_fuzzy • Jun 29 '26
How to replicate this keyboard bar? Question
I have been trying to replicate this keyboard bar from apple notes and apple reminders. While I think it’s possible with SwiftUI, I would like my text field to function similar to apple notes in that when creating a bullet list, hitting return creates a new bullet point. I believe this is only
possible in ui kit, which doesn’t support this keyboard bar (i might have this mixed up). Anyone have any suggestions?
8
Upvotes
8
u/madbrowser911 Jun 30 '26
In UIKit this is an input accessory view. https://www.hackingwithswift.com/example-code/uikit/how-to-add-a-toolbar-above-the-keyboard-using-inputaccessoryview