If you override the Form's PaintRects method, FMX will not work. But if you want a great iOS performance don't use FireMonkey controls, as they are only rendered mimics of the original ones, and uses a lot of resources to draw (for example 6-10% IDLE cpu on an iPhone 4).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when use with FMX component App is frozen.
for example, when I add to Button or Any visual component on Form from FormWrapSlideTransition demo project iOS app is frozen.
Please consider co-working with FMX :-)
If you override the Form's PaintRects method, FMX will not work. But if you want a great iOS performance don't use FireMonkey controls, as they are only rendered mimics of the original ones, and uses a lot of resources to draw (for example 6-10% IDLE cpu on an iPhone 4).
Hi Jedi Kim
I agree with Fenistil, and also never use FM controls with DPF controls,
Regards