一个这样的需求,左键点击导航栏可以退回到TabBar的首页,之前都没问题,后来改了push方法就出现这个错误。
复现步骤:到该页面,再跳转到下一个页面(push的方式),退回来,左键,crash。
如果到该界面,不push直接左键则不会crash。
具体原因以后再看了。
[screenWindow drawViewHierarchyInRect:screenWindow.bounds afterScreenUpdates:YES];
// [screenWindow.layer renderInContext:UIGraphicsGetCurrentContext()];