SwiftUI
-
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.
-
Using the ViewBuilder Attribute to Implement SwiftUI Views in Methods
Meet the ViewBuilder attribute that enables us to create and return SwiftUI views from methods, and read about an additional useful tip.
-
Presenting Popovers in SwiftUI
Find out in this quick post how to present a popover in SwiftUI, what’s important to remember, and what you should be expecting from it.
-
The Redacted View Modifier in SwiftUI
Read about the redacted view modifier in SwiftUI and how to show placeholders while fetching data or displaying sensitive information.