Yannick Stephan

Results 35 comments of Yannick Stephan

Please make an update ! is very fast

Could you past the code for the solution :)

it is with callback

I have again that /** Show banner game center ``` :param: title title :param: description description :param: completion if show message is showing */ class func showBannerWithTitle(#title:String, description:String,completion: ((isShow:Bool) ->...

in - (void)syncGameCenter you have GKLeaderboard *leaderboardRequest = [[GKLeaderboard alloc] initWithPlayerIDs:[NSArray arrayWithObject:[self localPlayerId]]]; it is deprecated For Ios8 you have that GKLeaderboard *leaderboardRequest = [[GKLeaderboard alloc] initWithPlayers:[NSArray arrayWithObject:[self localPlayerId]]];