Video Tutorial - Adding Infinity Scroll Pagination in SwiftUI with Task Modifier
A video tutorial on implementing infinite scroll pagination in a SwiftUI news app using the Task modifier and NewsAPI.
A video tutorial on implementing infinite scroll pagination in a SwiftUI news app using the Task modifier and NewsAPI.
How to preview SwiftUI views in landscape orientation in Xcode 13, including workarounds for iOS 15 API compatibility.
A video tutorial on implementing in-memory and disk-based caching in a SwiftUI news app using the Task modifier and Actors.
A video tutorial on building a tvOS news app using SwiftUI 3 and the News API, covering UI, navigation, and async data fetching.
Explains how to use Swift 5.5's static protocol APIs to create instances with dot syntax, improving code readability and SwiftUI integration.
A video tutorial on building a watchOS 8 news app using SwiftUI 3 and the News API, featuring complications, handoff, and bookmarks.
A guide to writing unit tests for SwiftUI apps by decoupling layout from logic, enabling testable code without relying solely on UI previews.
A full video tutorial on building a macOS news application using SwiftUI 3 and the NewsAPI, covering features like categories, bookmarks, and search.
Announcing a new book on Test-Driven Development for Swift, focusing on SwiftUI, Combine, and practical iOS application testing.
A technical guide on how to simultaneously apply a stroke (border) and a fill to a SwiftUI shape, addressing a common UI development challenge.
An interview with iOS app designer Heidi Helen Pilypas, discussing her journey into app design, collaboration with a developer, and her design process.
A full video course on using SwiftUI 3 to add iPadOS UX adaptivity and a SplitView to an iOS news app.
A guide on programmatically dismissing modal and detail views in SwiftUI using the presentationMode environment value.
A full video tutorial on building a feature-rich iOS news application using SwiftUI 3 and the NewsAPI.
iOS 15's Core Location UI framework introduces a system button for streamlined one-time location requests, simplifying permission handling for developers.
Explains three methods to render and preview SwiftUI views within an Xcode playground for rapid UI prototyping and experimentation.
A guide to conditionally showing/hiding top-level menus in SwiftUI for macOS apps, including a workaround using AppKit.
A guide to creating a Core Data abstraction layer for SwiftUI, enabling clean separation between persistence and the view layer.
A guide to creating custom property wrappers for SwiftUI, including practical examples like a feature flag wrapper.
A tutorial on building a reusable custom popup and snackbar component in SwiftUI, including alignment options and code examples.