Я хочу показать таблицу лидеров моей игры со сцены, которая не является основной.Это возможно?Мой код:
let viewControllerVar = UIApplication.shared.keyWindow?.rootViewController
let gKGCViewController = GKGameCenterViewController()
gKGCViewController.gameCenterDelegate = self as! GKGameCenterControllerDelegate
viewControllerVar?.present(gKGCViewController, animated: true, completion: nil)
Мое приложение падает на gKGCViewController.gameCenterDelegate = self as!GKGameCenterControllerDelegate с ошибкой Не удалось привести значение типа 'Dungeon_Depths.MainScene' (0x10a791140) к 'GKGameCenterControllerDelegate'