Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Guidance to create a catalogue app

Hello everyone!

I am in the process of creating an iOS app for a catalogue app that I created for Android which you can see it here (https://play.google.com/store/apps/details?id=com.dynmk.bonbonup) or here if you don't have an Android phone (https://appetize.io/app/ctxjvzhu56fjh01dw89urmvq9g)

I want to create an iOS app that is similar to the one I did for Android using JSON files to retrieve the images and info of the product as you can see in the GridView in the Android app. I create the JSON files through a JSON editor online and then upload the files to a webhost file manager in which all images and JSON files are kept.

My experience with Xcode is not too much and I am still in the learning curve by checking the tutorials in tree house and searching through the web.

I have been reading about UICollectionView to create a GridView similar to the one I have in the Android app but my main question would be, will it work with the JSON files I have created?

Any suggestion would be appreciated,

Thanks!