I implemented Parse and ParseUI, and successfully use the PFImageView, load images without any error. But suddenly I encounter:
Unknown class _TtC6Roster11PFImageView in Interface Builder file.
I have searched for similar error, and I found some:
I have tried:
PFImageView.self
...in Application delegate didFinishLaunchingWithOptions
but that doesn't seem to work.
Thanks.