I'm in the process of porting an app from B4A to B4I.
In B4A version I have a nice little splash screen that is in part driven by B4A.SetLayoutAnimated - which moves a graphic at a constant speed off the screen
I am finding that B4I.SetLayoutAnimated moves the graphic in a very non-constant speed off the screen (seems to asymptote to 0).
I have attached a little bit of test code which illustrates the point (keep an eye on stopwatch at top).
Is this a bug or a characteristic of the underlying iOS control?
Is there a way to correct it?
Thanks...
In B4A version I have a nice little splash screen that is in part driven by B4A.SetLayoutAnimated - which moves a graphic at a constant speed off the screen
I am finding that B4I.SetLayoutAnimated moves the graphic in a very non-constant speed off the screen (seems to asymptote to 0).
I have attached a little bit of test code which illustrates the point (keep an eye on stopwatch at top).
Is this a bug or a characteristic of the underlying iOS control?
Is there a way to correct it?
Thanks...