gpt4 book ai didi

ios - FBProfilePictureView 对象不会显示图像

转载 作者:技术小花猫 更新时间:2023-10-29 10:21:12 27 4
gpt4 key购买 nike

我正在为 3.1 iOS SDK 编写 scrumptios facebook 开发人员教程。我已经设法显示我在 Facebook 上的个人资料名称,但是 FBProfilePictureView 不会显示图片

这是 iboutlet 的代码

@property (strong, nonatomic) IBOutlet FBProfilePictureView *useProfileImage;

这是我用来显示图片的

self.useProfileImage.profileID = user.id;

我已经确认它通过在标签中显示图像来更改图像的 profileid 变量。

当我第一次运行这个项目时我遇到了这个错误

"2012-05-18 04:04:11.620 Scrumptious[6548:f803] Unknown class FBProfilePictureView in Interface Builder file."

并按照 FB 教程建议的方式解决了这个问题 - 通过添加 [FBProfilePictureView class];到应用程序委托(delegate)中的“applicationdidfinishlaunching:withoptions”。

知道为什么图片不显示吗?

link to the tutorial

最佳答案

添加 [FBProfilePictureView class]; 作为 didFinishLaunching 的应用程序委托(delegate)方法的第一行对我来说似乎有点老套。

查看 SDK 中的 HelloFacebookSample。这是 4 行注释:

// If you have not added the -ObjC linker flag, you may need to uncomment the following line because
// Nib files require the type to have been loaded before they can do the wireup successfully.
// http://stackoverflow.com/questions/1725881/unknown-class-myclass-in-interface-builder-file-error-at-runtime
// [FBProfilePictureView class];

我尝试添加 -ObjC 标志,但效果很好。

关于ios - FBProfilePictureView 对象不会显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13364495/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com