Calling async functions within a Combine pipeline
Explains how to integrate Swift's async/await functions into Combine pipelines using custom asyncMap operators.
Explains how to integrate Swift's async/await functions into Combine pipelines using custom asyncMap operators.
Explains how to use Swift's availability checks to adopt new iOS APIs while maintaining backward compatibility with older system versions.
An iOS developer shares her journey into programming, from early Python lessons to learning Objective-C without a Mac and building apps before owning an iPhone.
Explores two new iOS 15 features for SFSafariViewController: preloading webpages and running custom Share Extensions.
iOS 15's Core Location UI framework introduces a system button for streamlined one-time location requests, simplifying permission handling for developers.
A guide to using iOS 15's new native bottom sheet (sheetPresentationController) for UIKit, covering setup, customization, and programmatic control.
Explores the impact of Swift's new async/await syntax on the Combine framework, comparing it to traditional callbacks and Combine.
iOS 15 introduces major UIButton upgrades: new styles, subtitle support, image placement, and a centralized state update handler.
iOS 15 introduces a new `.formatted()` API for dates, numbers, and lists, simplifying localized formatting without direct formatter management.
An interview with iOS developer Danijela Vrzan about her career transition from civil engineering to programming and her journey into iOS development with Swift.
A guide to detecting if an iOS device is locked or sleeping using UIApplication.isProtectedDataAvailable and Keychain accessibility in extensions.
An interview with iOS developer Neil Sardesai discussing his journey into programming, early Apple Watch app development, and his current macOS projects.
A tutorial on programmatically connecting to Wi-Fi networks in iOS using Swift's NEHotspotConfiguration framework.
An interview with iOS developer Marius Constantinescu about his journey into programming, from early exposure in Romania to specializing in iOS development.
An interview with iOS developer Oleh Stasula discussing his journey into programming, transition to iOS development, and the value of side projects.
A guide to saving images and videos to the Apple Photos library using the modern PHPhotoLibrary API in iOS development.
An interview with developer Carlton Gibson about his journey into programming, iOS development, and using Django for backend services.
An interview with iOS developer Felizia Bernutz about her journey into programming, learning Swift, and early challenges with iOS development.
An interview with iOS developer Josh Holtz about his journey into programming, learning Objective-C, and his first mobile apps.
A guide on persisting Swift enums in Core Data using computed properties and private integer storage.