GKLocalPlayer获取个人资料照片

时间:2011-07-12 12:37:33

标签: iphone ios ipad gamekit game-center

我正在使用Game Center Kit,我怎样才能获得游戏中心用户(我的朋友或其他任何人)的图像thnx

1 个答案:

答案 0 :(得分:0)

有一种异步方法可以加载小尺寸或普通尺寸的播放器图像(仅适用于iOS5):

- (void)loadPhotoForSize:(GKPhotoSize)size 
   withCompletionHandler:(void (^)(UIImage *photo, NSError *error))completionHandler
相关问题