iOS7 Parallex Backgrounds

Hi

Wondering if anyone has looked at the new APIs and knows if we can use parallex backgrounds in our apps now via Unity?

Could you be more specific ? which new APi’s
I can explain a couple of different ways to do parallax backgrounds in current unity.
Easiest method… Use a second orthographic camera that just looks at background (no fog)
Then put a texture (that tiles in X) on a polygon in front of the camera (or as many layers as you like)… and scroll the UV on the material(s)