I'm struggling trying to present a view controller called GameEndViewController, I have created in main.storyboard with som buttons and labels using auto layout from a SKScene called PlayGameScene. I don't know how to use NSNotificationCenter to make the GameViewController present the GameEndViewController.
Can anybody tell me how to use NSNotificationCenter to present the GameEndViewController from the PlayGameScene using swift, or link me to a site where I can learn it?
Thanks in advance!