ログイン



GameCenterでポップアップメッセージを表示

日曜日, 2月 24th, 2013 by

GameCenterのポップアップメッセージを表示するには、以下のように記述すればよい。

[GKNotificationBanner showBannerWithTitle:@"title"
                      message:@"message"
                      completionHandler:nil];

参考
showBannerWithTitle:message:completionHandler: