UITextField的坑,[NSNull length]: unrecognized selector sent to instance

这个BUG比较奇怪,我也不知道是怎么出现了.一开始输入没问题,但是后面就报错了,提示-[NSNull length]: unrecognized selector sent to instance云云.翻阅了Google得到如下解决方案,在这里记录一下,因为这个问题确实值得留意.出现的原因就是我不小心点击了下图这个地方,然后没有填写数据就取消编辑导致的.


UITextField的坑,[NSNull length]: unrecognized selector sent to instance_第1张图片
UITextFieldCrash-1.png

UITextField的坑,[NSNull length]: unrecognized selector sent to instance_第2张图片
UITextFieldCrash-2.png

解决办法:


UITextField的坑,[NSNull length]: unrecognized selector sent to instance_第3张图片
Paste_Image.png

参考资料:http://blog.cocosdever.com/2016/08/19/In-the-iOS-Programming-road-tips2/#UITextField

你可能感兴趣的:(UITextField的坑,[NSNull length]: unrecognized selector sent to instance)