I attempted to setup pfimage view storyboards in the following manner:
I dragged a UIImageView and then changed its class identity to PFImageView.
Then I dragged
If I alloc init PFImageView in the .m file it works without adding [PFImageView class]; in appDelegate