Categories
iOS Development

Create a labeled TextField in 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