Underline View in SwiftUI
Reading time: 1 min
This quick recipe shows how to add an underline to any View in SwiftUI. You might want to do that to simulate a certain kind of TextField
, or just to add a horizontal divider to a section of your UI.
SwiftUI Accordion View
Reading time: 2 min
This recipe shows how to implement an accordion view in SwiftUI. An accordion view is a layout that consists of a series of linked disclosure groups, only one of which can be expanded at the time.
SwiftUI Limit Text Length in TextField
Reading time: 1 min
This quick recipe shows how to limit the length of a SwiftUI TextField input.
Paste Image in SwiftUI with PasteButton
Reading time: 1 min
This quick recipe shows how to paste an image into your SwiftUI app using PasteButton
.
Reading time: 1 min
This recipe shows how to implement sticky headers & footers when using a LazyVStack or LazyHStack instead of a List
.