StageScaleMode.EXACT_FIT not supported in air 2.7 for ios?
stage.scaleMode = StageScaleMode.EXACT_FIT;
Does not work correctly air 2.7 for ios. It is all messed up.
This is what my program looks like in air 2.6 for ios:
http://literacysoft.com/uploads/2.6.PNG
This is what it looks like when compiled with air 2.7:
http://literacysoft.com/uploads/2.7.PNG
Is there anything I can do to fix this?
-Scott