Duplicating Image Objects

Hi Guys,

I’m new to Xojo and need help with an iOS app I’m building. I’m reading a list of images as URL’s from a web API I’ve built and need to programmatically populate the screen with the images from the URL’s. I’m able to display an image but am having trouble when it comes to duplicating the image object to display the other photos like a grid. The number of photos retrieved will vary and not likely be the same each time, so I need to dynamically accomodate the photos, and also have the ability to scroll if there are more photos than what fits the view.

Can anyone help me with how to go about duplicating the image object, the positioning and scrolling?

Thank you,
Justin