Published onJune 15, 2025Managing Keyboard Toolbar Items in SwiftUI (iOS 15+)SwiftUIKeyboardTextFieldTextEditorLearn how to add custom toolbar buttons above the keyboard in SwiftUI using the .toolbar modifier with keyboard placement for Done buttons, formatting controls, and more.
Published onMay 25, 2025Creating an iMessage-Style Input Accessory View in SwiftUISwiftUIKeyboardUITextFieldLearn how to create a custom input accessory view that stays above the keyboard, similar to iMessage's input bar.
Published onFebruary 9, 2025Adding a TextField to an Alert in SwiftUISwiftUITextFieldAlertUILearn how to accept user input in an alert using TextField or SecureField.
Published onDecember 17, 2024Adding a character limit to a TextEditor or TextField in SwiftUISwiftUITextFieldTextEditorValidationLearn how to create a modifier that limits the characters that can be entered in a TextEditor or TextField view in SwiftUI.