FBProfilePictureView object won't show image

前端 未结 7 1433
别跟我提以往
别跟我提以往 2020-12-18 22:34

I\'m doing the scrumptios facebook developer tutorial for the 3.1 iOS SDK. I\'ve managed to display my profile name from facebook, however the FBProfilePictureView wont show

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-18 23:28

    Classes that use categories to extend existing classes are not loaded automatically. Classes that are used from the Xcode interface builder aren't loaded automatically, for example when you add a FBLoginView to your interface by drawing a view in your .xib file and then classing it as FBLoginView from the interface builder UI.

    class helps to create a pointer to the FBProfilePictureView.

提交回复
热议问题