jjzjj

profilePictures

全部标签

ios - 从 Parse 检索 PFFile 的问题

我在parse中创建了一个应用程序,用户在注册时可以选择个人资料图片。这是相关代码。varprofilePictures=PFObject(className:"ProfilePictures")letimageData=UIImagePNGRepresentation(self.profileImage.image)letimageFile=PFFile(name:"image.png",data:imageData)profilePictures["profilePhoto"]=imageFileprofilePictures["user"]=usernameField.textp

objective-c - 在Xcode中查看facebook用户的ProfilePicture

当我使用self.profilePic.profileID=user.id;我最终遇到了这个错误-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f02012-09-1109:49:50.535TweetApp[992:c07]***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f0'

objective-c - 在Xcode中查看facebook用户的ProfilePicture

当我使用self.profilePic.profileID=user.id;我最终遇到了这个错误-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f02012-09-1109:49:50.535TweetApp[992:c07]***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f0'