Removing the iOS home indicator in SwiftUI
How to hide the iOS home indicator in SwiftUI 4 using the new persistentSystemOverlays modifier, with backward compatibility tips.
How to hide the iOS home indicator in SwiftUI 4 using the new persistentSystemOverlays modifier, with backward compatibility tips.
A tutorial on creating a content reveal animation using SwiftUI masking, based on a user onboarding feature from The Browser Company.
Explores the benefits of hot reloading for Swift/iOS development, comparing it to other platforms and discussing its potential to save significant development time.
A guide to creating SwiftUI sheets that don't dim the underlying view, enabling interactive overlays like Apple Maps.
A guide on creating multiple app targets in Xcode with different Bundle IDs for TestFlight, covering duplication, configuration, and runtime parameters.
Explores the new variable colors feature in SF Symbols 4 for Apple platforms, allowing icons to adapt dynamically to numeric values like signal strength.
A guide to building a cross-platform rich text editor for Apple's UIKit, AppKit, and SwiftUI, including open-source library insights.
A tutorial on customizing the height of UIKit bottom sheets in iOS 16 using the new custom detent API.
SwiftUI scrolling performance issues on tvOS are finally resolved in tvOS 16 and Xcode 14, marking a significant fix for developers.
A tutorial on using Swift Package Manager's new artifact bundles for distributing binary targets across multiple platforms like iOS, macOS, and Linux.
A guide to safely unwrapping optional values in Swift using optional binding, covering syntax, use cases, and best practices.
A guide to debugging Xcode scheme pre and post actions by logging script output to a file, with a detailed shell script walkthrough.
A guide to implementing unit testing and UI testing for Swift applications, covering principles, best practices, and a practical case study.
A technical guide to fully customizing the UINavigationBar in UIKit, covering background, title, button colors, and status bar style.
Guide on connecting a Windows machine to a Mac with an M1 chip for iOS development with Xamarin MAUI in Visual Studio 2022.
A tutorial on implementing single and multiple selection in UITableView using UIKit's diffable data sources.
A developer shares common tips and feedback from reviewing over 10 iOS app press kits, focusing on content, screenshots, and asset presentation.
A beginner's tutorial covering the basics of creating, accessing, and manipulating arrays in the Swift programming language.
Explains why XCTNSPredicateExpectation is slow for async tests and recommends using Nimble's toEventually for faster, more reliable tests.
Explores strategies for writing unit-testable code within SwiftUI views, separating UI logic from business logic for better verification.