receiving error Unknown class PFImageView in Interface Builder file for parse

后端 未结 3 1099
执笔经年
执笔经年 2021-01-21 00:47

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-21 01:33

    If I alloc init PFImageView in the .m file it works without adding [PFImageView class]; in appDelegate

提交回复
热议问题