Created
June 7, 2019 07:58
-
-
Save tomasharkema/b9f79095e06edf6e771ee8630ef337bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let activity = NSUserActivity(activityType: shipment.key) | |
UIApplication.shared.requestSceneSessionActivation(nil, userActivity: activity, options: nil, errorHandler: {}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment