我结束这样的转弯,但是我想给搜索玩家一个超时,我遇到的问题是turnTimeout仅适用于活跃的玩家,但不适用于状态“匹配”。在给定时间之后还有另一种方法可以阻止配对吗?请帮帮我。感谢
currentMatch.endTurn(withNextParticipants: [nextParticipant],
turnTimeout: 15.0, match: data!) { (error) in
if ((error) != nil) {
print("Error Oops, there was a problem. Try that
again.",error!)
}
}
statusLabel.text = "Game has ended"
}
答案 0 :(得分:0)
GKTurnbasedMatch
没有提供任何方法。但是,您可以设置自己的NSTimer。如果计时器开火且你没有找到对手,你可以离开比赛。