Posts

Post not yet marked as solved
0 Replies
2.4k Views
I have a SpriteKit scene on one of the pages in SwiftUI page navigation app. The scene on the second page is pretty simple (colored background) but when swiping between pages sometimes UI hangs for about a second and at those moments I see messages like this in console:WatchKit Extension[8873:22702622] SKView: ignoreRenderSyncInLayoutSubviews is NO. Call _renderSynchronouslyForTime without handlerSo, I guess there's SKView inside WKInterfaceSKScene. What causes this behaviour and how could I avoid these hangs?
Posted Last updated
.