json - Guidance to create a catalogue app for iOS -


i in process of creating ios app catalogue app created android can see here (https://play.google.com/store/apps/details?id=com.dynmk.bonbonup) or here if don't have android phone (https://appetize.io/app/ctxjvzhu56fjh01dw89urmvq9g)

i want create ios app similar 1 did android using json files retrieve images , info of product can see in gridview in android app. create json files through json editor online , upload files webhost file manager in images , json files kept.

my experience xcode not , still in learning curve checking tutorials in tree house , searching through web.

i have been reading uicollectionview create gridview similar 1 have in android app main question be, work json files have created?

any suggestion appreciated,

thanks!

yea can use json swift no problem. there built in tool serialize json.

let parseddict = nsjsonserialization.jsonobjectwithdata(yourjsondata, options: nil, error: &error) nsdictionary 

https://developer.apple.com/library/prerelease/mac/documentation/foundation/reference/nsjsonserialization_class/index.html#//apple_ref/occ/clm/nsjsonserialization/jsonobjectwithdata:options:error:


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -