I have not tested this here yet, but can you actually display 2 forms simultaneously in an iOS project?
Also, dropping a TFloatAnimation on the form doesn't allow selection of the Position.X property on a form.
In my opinion, animations directly on the form are not allow, or will simply not work.
Yet, we are currently working on a TMS Pack for FireMonkey that will be released soon and contains a new component TTMSFMXPageSlider which animates multiple pages that slide in from the right. Perhaps this might be a solution for your issue, you can download a trial version to verify if this is the component you need when the pack is released.
> have not tested this here yet, but can you actually display 2 forms simultaneously in an iOS project?
Yes you can, I have this as an unwanted side-effect. When I show the second form with the TableView to
select a file, this form does for example not cover the complete mainforn and I can see parts of the mainform
below the TableView. Only after rotating the device, the form (and the TableView) is sized correctly.
By the way I am only talking about the XCode iPhone simulator, I have no clue how it looks on a physical device.
>Yet, we are currently working on a TMS Pack for FireMonkey that will be released soon and contains a new component >TTMSFMXPageSlider which animates multiple pages that slide in from the right
That sounds indeed very intersting when it works on iOS!