Could not cast value of type UIView to [CustomView] using Xib

前端 未结 4 1244
予麋鹿
予麋鹿 2021-01-24 09:11

I\'ve seen a number of similar questions, but many aren\'t up-to-date, and none have fixed my issue.

I have a custom Xib and class, CardView. When I try to

4条回答
  •  一向
    一向 (楼主)
    2021-01-24 09:37

    Old question, but in case anyone's here:

    My problem was that the view subclass was fileprivate. IB doesn't like that apparently.

提交回复
热议问题