Right now I’m disabling anything not visible to increase performance, but running into problems when something is nested down too deeply. I could reference each parent’s relative anchoredPosition going up until I find the cutoff point for the canvas, then send that back down and see if that child element is beyond the bounds, but I feel like there is a faster way.
Apple’s CGRectIntersectsRect bool, anybody?