Okay I'm using a couple components. I have some UISprites and some UILabels.
So I have 4 layers.
Layer 1: UISprite for an overall background
Layer 2: UILabel for some various text
Layer 3: UISprite for a sprite layer over some of the text, not all
Layer 4: More text that always needs to be on top.
My problem is that all the text either wants to be on top of everything. Or the text wants to be behind the background layer.
I've tried messing with the back and front ordering. And I've played with the z-order, z-depth.
Is there some workaround where I can draw some text, independent from the other text to put it onto its own z-depth?
Thanks,
~Tim