You could create the form in the constructor of the first form and then show it? It's unclear exactly what is flickering, but I assume creating the controls during main form creation should avoid flickering when showing the form.
when I create form2 in the constructor of form1 then when you rotate the real device (IPad AIR 11.4) form2 sees through form1 while rotating - very ugly. It seems like form1 is getting transparent while rotating ...
On the simulator (Ipad AIR 10.3) form1 doesn't get transparent so form2 does not show through.
It's unclear exactly if this is an FMX issue or if this is related to our components. What you can possibly do is wrap everything in a Parent UIView and hide the UIView, then create the form and show the UIView after the viewcontroller is presented?