I am trying to add Game Center Leaderboards and achievements into my game but I can not find any tutorials for SpriteKit in Swift. All of the tutorials have
self.presentViewController(viewController, animated: true, completion: nil)
but in Sprite Kit that doesn't work