摘要: 当xcode提示以下错误时,很可能的原因是由于ViewController中的View在Controller中连接了outlet,然后又删除了Controller中对应的属性,导致xcode找不到这个属性而报错。 [UILabel copyWithZone:]: unrecognized selec 阅读全文
posted @ 2016-06-16 01:06 明明1109 阅读(1281) 评论(0) 推荐(0) 编辑