Read about how to create custom container views in SwiftUI similar to the built-in ones and explore additional configuration details.
Presenting Confirmation Dialogs In SwiftUI
SwiftUI provides a built-in confirmation dialog to present to users and in this post you can find out all the details you need to use it.
The clipShape View Modifier In SwiftUI
Find in this video tutorial how to apply the clipShape modifier in SwiftUI views and apply a mask either using built-in or custom shapes.
The onHover View Modifier In SwiftUI
Read about the onHover view modifier in SwiftUI that allows to detect and react on hover events and learn how to use it through a simple app.
Presenting Sheets Of Various Heights In SwiftUI
Starting from iOS16, presenting modal sheets of various heights is finally possible in SwiftUI, and this post presents all you need to know.
SwiftUI Progress View – Showing Time Progress
Progress view in SwiftUI got even better by becoming capable of reporting time based progress and this post presents this new useful feature.
Transferable Protocol in SwiftUI – Transferring Alternative Content With ProxyRepresentation
Meet ProxyRepresentation in Transferable and learn how to specify additional transferable content along with the main transfer representation.
First Experience With Transferable Implementing Drag And Drop In SwiftUI
Get a first taste of the new Transferable protocol in SwiftUI, learning how to drag and drop objects of a custom Codable type using it.
Does SwiftUI View Not Compile? Time To Start Making It Lighter
Read about an actual issue in SwiftUI met in a real project making it impossible to compile, and a useful working solution to get around it.
Playing With SwiftUI – Implementing A Customizable And Animatable Circled Checkmark View
Go through a detailed making of a customizable view that displays an animated checkmark in SwiftUI meeting various techniques along the way.