简体   繁体   English

按钮返回导航栏崩溃

[英]button back navigation bar crash

I have a crash when i click in the back bar in the navigation bar, the crash log is:当我点击导航栏中的后栏时发生崩溃,崩溃日志是:

-[__NSCFType hidesBottomBarWhenPushed]: unrecognized selector sent to instance 0x2f2480

what can be the reason of my crash?我崩溃的原因是什么?

thanks for your answers谢谢你的回答

I don't know what NSCFType is, maybe a Core Foundation placeholder for unknown types.我不知道NSCFType是什么,也许是未知类型的核心基金会占位符。 As far as I know it's not documented, but it often shows up as the target of over-released pointers.据我所知,它没有记录在案,但它经常显示为过度释放指针的目标。 In other words, you released your UIViewController and then tried to read the property hidesBottomBarWhenPushed .换句话说,您释放了UIViewController ,然后尝试读取属性hidesBottomBarWhenPushed

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM