当前位置:编程学习 > wap >>

ios 常见错误整理 持续更新

 mutating method sent to immutable object'
从字面上理解:可变的消息发给了不可变的对象。比如NSDictionary类型的对象调用setValue方法.应该把NSDictionary 改成NSMutableDictionary类型。


Local declaration of 'content' hides instance variable


一般是函数里面定义的变量和class属性变量重名了。很少有和系统变量重名的情况。

补充:移动开发 , IOS ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,