I'm currently working on parsing a web project made on Flex 4.6 and the client wanted to see if it could work on iOS. But I have some UIComponents that don't work. As I understand flex for mobile it's not very compatible with the Halo components. The app it's like a game, made with sprites and animations, but uses some flex components. So I really need something similar as an UIComponent. So, what can I do with that UIComponent? Should I use the Canvas instead, or is there a better option?
Thank You!