4 Things You Should Never Do When Debugging iOS Apps
Tips on avoiding common mistakes when debugging iOS apps, including reproducing bugs and using branches.
Tips on avoiding common mistakes when debugging iOS apps, including reproducing bugs and using branches.
A guide for beginners on best practices, hardware, and software needed to start learning iOS development with Swift in 2020.
A developer shares a practical strategy for learning SwiftUI by using it to build internal tools, discussing its current risks and benefits.
Learn iOS debugging fundamentals using Xcode tools, breakpoints, and strategic problem-solving to fix app bugs.
A technical tip for iOS developers on how to programmatically clear the cached launch screen images that persist even after app deletion.
A Swift developer reflects on mistakes using UICollectionView for iOS input forms and shares lessons learned about better practices.
A tutorial on using Apple's Combine framework to fetch and process data from a remote API (TMDb) asynchronously in Swift.
A tutorial on integrating the VIPER architecture with SwiftUI to build scalable, modular iOS applications following clean code principles.
A Swift tutorial on implementing video selection and playback using UIImagePickerController and AVPlayer for iOS development.
A tutorial on building a video game database iOS app using SwiftUI and the IGDB API, covering data fetching, UI design, and navigation.
Guide on using @FetchRequest in SwiftUI to fetch Core Data with code examples.
Guide on passing NSManagedObjectContext to SwiftUI views using @Environment and SceneDelegate.
Guide on passing NSManagedObjectContext to SwiftUI views using @Environment and SceneDelegate.
An introduction to using Core Data with SwiftUI, covering @FetchRequest, @Environment, and NSManagedObject integration.
A guide on integrating Core Data with SwiftUI using @FetchRequest and @Environment.
A developer documents buggy behaviors in NSPersistentCloudKitContainer from iOS 13 beta, including sync issues and missing methods.
A developer documents buggy behavior in NSPersistentCloudKitContainer for iOS 13, including sync issues and missing methods.
Apple's SwiftUI tutorials converted into interactive Playgrounds for hands-on learning and tinkering.
A technical guide on implementing reliable incoming call notifications in iOS using PushKit for VoIP apps, covering setup and code examples.
Explores how smart or dumb NSManagedObject subclasses should be, focusing on Core Data lifecycle and validation.