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.
Applying a background color in SwiftUI views is something simple, but not so obvious if coming from UIKit. Learn here how to achieve that.
Implementing a segmented control in SwiftUI is an easy task, and here you will learn how to do so properly, plus you will get a bonus tip.
Find out how to make it possible to round specific corners of SwiftUI views by using UIBezierPath and creating a reusable shape.
Read how to create custom button styles in SwiftUI, what are the benefits by doing that and how to achieve reusable custom button appearance.
Adding video playback capabilities in SwiftUI is an easy task, and here you will learn how to do so for both iOS 14+, as well as for iOS 13.
Check out this quick tip and find out how to apply font transformations such as small caps to SwiftUI texts.
Learn how to apply a shape mask on SwiftUI views with the clip shape modifier in a quick guide, as well as how to change shape on the fly.
Learn how to create image buttons in SwiftUI with alternative images on press and release, and meet an additional interesting technique.
Learn how to detect and handle press and release events in SwiftUI, and how to create a custom modifier to simplify that task.