#ios

Found 27 articles tagged with #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 with Face ID and Touch ID

Supplement your own authentication scheme with biometric authentication, making it easy for users to access sensitive parts of your app.

Mar 27, 2024#ios#security

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

iOS Deep Linking: URL Schemes vs Universal Links

There are two ways to implement deep linking in iOS: Define your own custom schemes, or use standard HTTP or HTTPS links that can open your app if it is installed.

May 30, 2023#ios

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

iOS Interview Questions (UIKit)

UIKit is a framework that was introduced by Apple in 2007 alongside the original iPhone. Today, UIKit remains a crucial part of the iOS development toolkit and is used by developers worldwide.

Apr 14, 2023#ios#swift#uikit

What's to Expect in WWDC 2023

This year WWDC will take place from June 5 to June 9, available online for all developers, with a special in-person experience at Apple Park.

In-App Purchases (IAP) in iOS using StoreKit

This article will help you learn how you can easily implement in-app purchases and subscriptions using StoreKit framework.

Mar 10, 2023#ios#storekit