Published onFebruary 10, 2025Creating a WebView with a transparent background in SwiftUISwiftLearn how to create a WebView/WKWebView with a transparent/clear background in SwiftUI.
Published onFebruary 9, 2025Adding a TextField to an Alert in SwiftUISwiftLearn 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 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.