How can I use a PFImageView in Swift?
问题 I've tried simply dragging one into my storyboard, but there all I can find is UIImageView. In my IBOutlet for the UIImageView, I changed it to a PFImageView, and I get an error saying: "Use of undeclared type: 'PFImageView'" Do PFImageViews simply not exist in swift? 回答1: You need to ensure that you have the Parse SDK installed. You also need to ensure that you import the ParseUI on the class you are using, for example: import ParseUI You can then, on your Storyboard, select a normal