this class is not coding for the view
出现的原因是拖线时候一个view对应了多个对象
需检查连线 处理不属于本身的线
Unknown class ViewController in Interface Builder file.
出现这个问题是因为工程中没有ViewController 这个class 但是在ib中用到了这个class解决方法是删除这个lib中用到了
出现的原因是拖线时候一个view对应了多个对象
需检查连线 处理不属于本身的线
Unknown class ViewController in Interface Builder file.
出现这个问题是因为工程中没有ViewController 这个class 但是在ib中用到了这个class解决方法是删除这个lib中用到了