#ios

Found 40 articles tagged with #ios

Best Practices for Swift 6 Migration

Marking variables as immutable, isolating code to the main actor, or using specific annotations to manage concurrency safety.

SwiftData or Core Data in 2026

SwiftData or Core Data — a practical comparison with code examples covering models, queries, migrations, concurrency, and CloudKit to help you choose for new and existing iOS projects.

Things iOS Developers Need To Know About How Dates Work In Swift

Working with dates in Swift is a fundamental skill for iOS developers, especially as app functionalities increasingly rely on accurate date and time management.

Aug 28, 2024#swift#ios

Difference between KVO and KVC in Swift

While KVO and KVC are related and both are part of Cocoa's observation mechanism, they serve different purposes and operate at different levels of abstraction.

Apr 04, 2024#swift#objc#ios

iOS Biometric Authentication Deep Dive — Face ID, Touch ID, and LocalAuthentication

A comprehensive guide to Face ID and Touch ID on iOS — LAContext lifecycle, biometric availability, Keychain access control, SwiftUI patterns, error handling, and testing.

SwiftData Migrations — Lightweight and Complex

How to handle data model migrations in SwiftData, covering lightweight automatic migrations, custom versioned schemas, SchemaMigrationPlan, error handling, deduplication, and testing strategies.

How to use xcconfig files in Xcode projects

You can create as many xcconfig files as you want, and you can specify different build configuration files for debug and release builds, and for different platforms and architectures.

Jul 21, 2023#xcode#swift#ios

How to uninstall Xcode and clear its junk completely

Uninstalling Xcode can be tricky due to its junk data. You must locate multiple files, folders, and dependencies that need to be removed to free up space.

Jun 27, 2023#xcode#how-to#ios

What apps and services are contained in iCloud?

It's a suite of cloud-based technologies and services, which provide users with seamless synchronization, backup, and access to their data across Apple devices and browsers.

Jun 23, 2023#apple#ios#macos

How to show in-app web browser in iOS apps

In iOS, an in-app browser is a component of an app that allows users to view web content within the app, rather than opening the default browser app.

May 07, 2023#ios