Layering & Transparency with other UIViews
i want launch native ios uiview native extension , put behind air(stage) layer. need make air stage transparent have awesome vector 2d art on native uiview.
so far i've learned...
uiview *mainview = [uiapplication sharedapplication].keywindow;
mainview.opaque = no;
mainview.backgroundcolor = [[uicolor blackcolor] colorwithalphacomponent:0.5f];
does not work. if air rewriting color ot's stage color.
but...
mainview.alpha = .5f;
has effect, makes whole air layer transparent.
so i'm still expermenting, time running out...
am on right track?
is possible layering , alpha stage?
More discussions in AIR Development
adobe
Comments
Post a Comment