cannot assign to self outside of
2017-03-10 本文已影响13人
Just_go
解析数据时, 遇到
cannot assign to self outside of a method in the init family
的错误,百思不得其解
后来上网才发现是把initWithDict写成initwithDict, w小写了, 很神奇~
解析数据时, 遇到
cannot assign to self outside of a method in the init family
的错误,百思不得其解
后来上网才发现是把initWithDict写成initwithDict, w小写了, 很神奇~