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
Comments
Post a Comment