background
-
Handling App Lifecycle In SwiftUI With scenePhase
Find out how to observe changes to the app lifecycle and react to them in a pure and modern SwiftUI fashion.
-
Setting Background Color in SwiftUI Views
Applying a background color in SwiftUI views is something simple, but not so obvious if coming from UIKit. Learn here how to achieve that.