| Declaration | |
|---|---|
| From | @property (atomic, assign) id<GKAchievementViewControllerDelegate> achievementDelegate |
| To | @property (atomic, weak) id<GKAchievementViewControllerDelegate> achievementDelegate |
| Declaration | |
|---|---|
| From | @property (assign) NSWindow *parentWindow |
| To | @property (weak) NSWindow *parentWindow |
| Declaration | |
|---|---|
| From | @property (atomic, assign) id<GKGameCenterControllerDelegate> gameCenterDelegate |
| To | @property (atomic, weak) id<GKGameCenterControllerDelegate> gameCenterDelegate |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) NSString *leaderboardIdentifier |
| To | @property (nonatomic, strong) NSString *leaderboardIdentifier |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) NSString *leaderboardCategory |
| To | @property (nonatomic, strong) NSString *leaderboardCategory |
| Declaration | |
|---|---|
| From | @property (atomic, assign) id<GKLeaderboardViewControllerDelegate> leaderboardDelegate |
| To | @property (atomic, weak) id<GKLeaderboardViewControllerDelegate> leaderboardDelegate |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain) GKMatchRequest *matchRequest |
| To | @property (nonatomic, readonly, strong) GKMatchRequest *matchRequest |
| Declaration | |
|---|---|
| From | @property (atomic, readonly) NSString *displayName |
| To | @property (atomic, readonly) NSString *displayName |
| Declaration | |
|---|---|
| From | @property (atomic, readonly, copy) NSString *alias |
| To | @property (atomic, readonly, copy) NSString *alias |
| Declaration | Availability | Deprecation Message | |
|---|---|---|---|
| From | @property (atomic, readonly, retain) NSString *playerID | Available | none |
| To | @property (atomic, readonly, retain) NSString *playerID | Deprecated | use the teamPlayerID property to identify a player |
| Declaration | |
|---|---|
| From | @property (nonatomic, readwrite, assign) id<GKTurnBasedMatchmakerViewControllerDelegate> turnBasedMatchmakerDelegate |
| To | @property (nonatomic, readwrite, weak) id<GKTurnBasedMatchmakerViewControllerDelegate> turnBasedMatchmakerDelegate |