Transcription of How to Make a Game Like Flappy Bird in Swift
1 Step 9: Sharing ScoreHow to make a Game Like Flappy Bird in SwiftActivity View ControllerActivity View ControllerEasy way to share images, strings, URLs Can exclude certain activities ..Or add custom activitieslet vc = UIActivityViewController(activityItems: [string, url, image], applicationActivities: nil) presentViewController(vc, animated: true, completion: nil)Delegating the WorkGameViewController : GameSceneDelegateGameSceneinit(size:dele gate:)screenshot()shareString(_:url:imag e:)Linking to [APP ID]?mt=8 Demo: Sharing ScoreChallenge Time!