init(leaderboardIdentifier:)
Returns an initialized score object using the local player and the current date.
Declaration
init(leaderboardIdentifier identifier: String)Parameters
- identifier:
Identifies the leaderboard that the score is being sent to.
Return Value
An initialized score object, or nil if an error occurred.
Discussion
Your game explicitly allocates and initializes a score object using the current player and date when it needs to report a new score to Game Center.