SwiftUI
3 posts with this tag
A visual reference to SwiftUI DatePicker styling for iOS and macOS
SwiftUI's date picker provides a wide range of visual selection functionality and style choices. This post provides a visual reference to the actual UI appearance created by various picker configurations.
SwiftUIUsing automatic API request retries make iOS apps more resilient
In a perfect world every network request will succeed on the first try. But in the real-world, not every API request succeeds. This post covers a technique to build automatic retries into an iOS or macOS client application.
SwiftUsing DispatchGroup in SwiftUI to coordinate UI updates
This post covers how to use the Grand Central Dispatch's DispatchGroup object to coordinate separate web requests so that UI updates can be completed at the same time, even when asynchronous requests aren't guaranteed to return in a predictable order.
Swift