8 September 2019Allowing users to manage their Siri Shortcuts in your appIn 2018, Apple announced Siri Shortcuts, which allow users to interact with apps through Siri and the Shortcuts app without opening the app directly. In this tutorial, we'll explore the best way to let users add and manage their shortcuts in your app, including making a custom screen.
14 July 2019Performing cryptographic operations with CryptoKit on iOS 13Apple recently introduced a new framework named CryptoKit at WWDC19. In this tutorial, we'll explore how to perform different cryptographic operations using CryptoKit, including signing data, encrypting information, creating hashes, and performing key agreement.
8 July 2019Adding support for Sign in with Apple to your appAt WWDC 2019, Apple introduced Sign in with Apple, a new feature that allows people to sign in or sign up with just a tap using the Apple ID they already have. In this tutorial, we'll explore how to add support for Sign in with Apple to your app and allow users to use it.
25 June 2019Integrating Core Data with Diffable Data SourcesTable and collection views in iOS have stayed the same for many years, but in iOS 13, Apple added a much needed feature: diffable data sources! Using the new features that were recently added to Swift, the new data sources manage calculating and animating changes in your data.
15 June 2019Scanning documents with Vision and VisionKit on iOS 13VisionKit is a new framework Apple introduced in iOS 13 that lets your app use the system's document scanner to scan documents or papers. Instead of having to manually detect and adjust documents, VisionKit handles everything for you, letting you focus on your app.
24 February 2019Adding document scanning to your app with WeScanDo you need to allow your users to scan documents or other papers? WeScan by WeTransfer is a great, fast iOS framework that allows you to easily add a document scanner to your app, with automatic document detection, PDF support, and a whole lot more. WeScan is free and available under the MIT License.