开发者

iPad app - +[CATransaction synchronize] called within transaction halting the application

开发者 https://www.devze.com 2023-03-16 20:19 出处:网络
Many a times when I run my iPad app from XCode to Simulator, i开发者_如何学Ct gets frozen after starting. Every time when this happens I see the below line on the console The only way to go ahead afte

Many a times when I run my iPad app from XCode to Simulator, i开发者_如何学Ct gets frozen after starting. Every time when this happens I see the below line on the console The only way to go ahead after this is to stop the XCode app, remove it from Simulator and install it again. If I don't remove it from simulator and just restarts it from XCode it again gets frozen. Any idea what that happens and what the below line indicates?

+[CATransaction synchronize] called within transaction

I would like to know if this is happening due to any glitch with the design? I have created custom tab bar in my iPad app and firing viewWillAppear, viewWillDisappear, viewDidAppear and viewDidDisappear methods myself from the root view controller.

0

精彩评论

暂无评论...
验证码 换一张
取 消