Strange Crash when dismissing view controller, auto-layout to blame?

后端 未结 4 672
甜味超标
甜味超标 2021-01-02 15:03

I am experiencing a very strange crash, here is the backtrace.

* thread #1: tid = 0x2403, 0x3379516c CoreFoundation`CFHash + 8, stop reason = EXC_BREAKPOINT          


        
4条回答
  •  既然无缘
    2021-01-02 15:37

    I had / have the same problem.
    The same problem occurs to me, when i present two view controllers modally above each other and want to return to the first one. Disabling autolayout for the first presented view only solves the issue for me.
    In your case self.presentingviewcontroller
    Unfortunately i wasn't able to narrow it down further.

提交回复
热议问题