Published onDecember 17, 2024Adding a character limit to a TextEditor or TextField in SwiftUISwiftLearn how to create a modifier that limits the characters that can be entered in a TextEditor or TextField view in SwiftUI.
Published onDecember 8, 2024How to get the name of an emoji in SwiftSwiftLearn how to use kCFStringTransformToUnicodeName to get the system name for any emoji.
Published onDecember 8, 2024Preventing the software keyboard from dismissing on iOS simulatorsSwiftLearn how to prevent typing with your physical keyboard from dismissing the software keyboard when running your Swift app in the iOS simulator.