FBProfilePictureView object won't show image

前端 未结 7 1359
别跟我提以往
别跟我提以往 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:40

    I have the same problem. My solution is to uncheck the "Use autolayout" option in "File Inspector" of the xib file. To open the "File Inspector", press cmd+option+1 after opening the xib file.

    Edit 1: Just find another solution.

    Try to set a width constraint and height constraint to the profile picture view. I find this tutorial is useful.

提交回复
热议问题