I have written a stopwatch that captures lap times and adds them to a scrollView with a newText object in it.
New lines are added to the newText during runtime, whenever the lap button is tapped.
On the Corona Labs simulator, there is no limit to the number of lap times a user can add.
On physical Android hardware, there is no limit to the number of lap times a user can add.
On physical iOS hardware, there is a limit to the number of entries a user can add.
The seemingly arbitrary number of entries the iOS newText accepts before hitting a wall is 23. The app still functions, but new lap times are not added to the newText.
Anyone experience similar?
Thank you.