Can an ANE render iOS display controls?
i'm trying add ios video player within app. looks can use stagewebview launch saw had ane handled using ios ui controls. have tutorial out there on how build ane adds native ui elements? i've ever seen data being transmitted , forth via alerts.
hey,
you can access(and not modify) rootviewcontroller in following way:
[[[uiapplication sharedapplication] keywindow] rootviewcontroller]
once have rootviewcontroller, can use add subviews current view:
[[[[[uiapplication sharedapplication] keywindow] rootviewcontroller] view] addsubview:(uiview *)myview]
alternatively, can add childviewcontrollers rootviewcontroller.
-mayank
More discussions in AIR Development
adobe
Comments
Post a Comment