You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated from Texture 2.8 to 2.8.1 and didDisplayNodeContentWithRenderingContext isn't getting called anymore. I use that block in the init of a layerBacked ASTextNode to get some custom drawing elements (highlighted elements basically).
I didn't have much time to investigate (iOS 13 time crunch) so I ended up just downgrading back to 2.8 where it works as expected, apologies for not much more information on the issue.
Searching in the Slack for it I see one person had encountered it too:
Does anyone know why didDisplayNodeContentWithRenderingContext block isn't called on ios 13? It gets called on ios 12 (edited)
(I don't believe it's an iOS 13 issue though, it works as expected on iOS 13 if you're using the 2.8 release.)
(Also thanks for all the awesome work the Texture team/contributors have been doing, 2.8.1 packed a ton of awesomeness especially around Dark Mode things, my hats are off to you and I greatly appreciate it!)