scores
An array of scores that contains the scores that the search returns.
Declaration
var scores: [GKScore]? { get }Discussion
This property is invalid until a call to loadScores(completionHandler:) is complete. Afterward, it contains the same score objects that GameKit returns to the completion handler.