标签: iphone ios ipad gamekit game-center
我正在使用Game Center Kit,我怎样才能获得游戏中心用户(我的朋友或其他任何人)的图像thnx
答案 0 :(得分:0)
有一种异步方法可以加载小尺寸或普通尺寸的播放器图像(仅适用于iOS5):
- (void)loadPhotoForSize:(GKPhotoSize)size withCompletionHandler:(void (^)(UIImage *photo, NSError *error))completionHandler