endTurnWithNextParticipant:matchData:数据completionHandler在IOS6中已弃用

时间:2013-05-29 14:09:22

标签: ios6 game-center xcode4.6

使用游戏中心时

IOS6中不推荐使用

endTurnWithNextParticipant:matchData:data completionHandler  我如何在IOS 6中使用它

[currentMatch endTurnWithNextParticipant:nextParticipant matchData:data completionHandler:^(NSError *error) {
        if (error) {
            NSLog(@"%@", error);
            label.text = @"Oops, there was a problem.  Try that again.";
        } else {
            label.text = @"Your turn is over.";
            txtInput.enabled = NO;
        }

    }];

任何人都可以帮我使用它。 谢谢。

0 个答案:

没有答案