[UILabel copyWithZone:]: unrecognized selector sent to instance

来源:互联网 发布:wpf listbox 数据绑定 编辑:程序博客网 时间:2024/06/10 22:15

报错:

[UILabel copyWithZone:]: unrecognized selector sent to instance


我的原因是Xib中一个Label拉出来了两次,有两个名字,正常也不报错但只要一运行就会崩溃,删除其中一个名字就好了。

阅读全文
0 0