项目中使用了MBProgressHUD
在界面上随意区域点击会崩溃!!!
报错原因如下:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setLetterpressStyle:]: unrecognized selector sent to instance 0x7fe156ed6870'
求大神指导 [泪奔]
项目中使用了MBProgressHUD
在界面上随意区域点击会崩溃!!!
报错原因如下:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setLetterpressStyle:]: unrecognized selector sent to instance 0x7fe156ed6870'
求大神指导 [泪奔]
仅仅根据这点信息,是没办法找到问题原因的。
但是,出现「unrecognized selector sent to instance」的一般情况,要么是storyboard中的自定义组件没有写对引用类名、要么是缺少一些不要的类库。