SwiftUI Haptic Feedback
Reading time: 1 min
This recipe shows how to get haptic feedback when touching SwiftUI views.
Reading time: 1 min
This recipe shows how to manage status bar in SwiftUI - set background color and material, as well as how to show and hide it.
Reading time: 2 min
This recipe shows how to detect user interactions - taps and touches anywhere on the screen - in SwiftUI. The method doesn't interfere with touch events on UI components and can be turned on/off on demand.
Sticky List Header in SwiftUI
Reading time: 1 min
This recipe shows how to add a sticky header to a List in SwiftUI. It also allows for a scrolling part of the header, as well as multiple sticky headers.
SwiftUI Image Tint
Reading time: 1 min
This recipe shows how to tint SwiftUI images in two ways - by setting the template tint or color multiply.