When talking about toast messages or alerts I do have an alert message in mind that does show a message and usually dissappears by itself. This means, it is different to a native iOS alert where the user has to … Read the rest
Category: SwiftUI
Today, I wanted to create a labeled TextField in SwiftUI. More specifically the label should appear as a small text above the TextField. My first quick hack was to just add a label above a TextField. Obviously, we … Read the rest