Deep linking is a powerful way to route users to specific parts of your iOS app, whether from another app or from the web. In this quick tutorial, we’ll go through setting up deep linking in a UIKit-based project with minimal boilerplate, making it easy to test and integrate into your app. Name your project (e.g. DeepLinksProject), make sure to select Storyboard for interface and UIKit App Delegate for lifecycle. Handle the Deep Link in the SceneDelegate Open the file and add the following method.