Scrolling in IOS App

I have an IOS app that I’m working on that I need to scroll to show all the data being returned.

Which control should I use to enable scrolling and is there an example I can look at?

Thanks in advance for any help…

The iOSTable control can scroll data. There are several iOSTable examples in Examples/iOS/Controls/Table.

I have looked at the examples but for some reason my IOS Simulator does not scroll. The data just runs off the bottom of the screen. Do you know if there are any apps developed by Xojo in the app store where I can see how the scrolling looks?

How are you trying to scroll? In the iOS Simulator you need to click, hold and move the mouse to simulate a scroll.

Here are some other iOS Simulator tips:

Perfect - that worked…

Thanks for all your advice.