반응형
rss 아이콘 이미지

UILabel copyWithZone 오류

개발/iOS 2012. 4. 2. 14:19 Posted by 법당오빠
반응형

 UILabel *title;


원인 : 변수명 중복 

해결방법 : 다른이름으로 변수명 변경


이걸로 또 삽질했네...


[UILabel copyWithZone:]: unrecognized selector sent to instance 0x3d33270



반응형