objective c - Fetch data from web service in ios -
i developing ios app should pull data web service. have developed basic structure , layout , implemented show static content.
but when try load data api use sbjson lib, gives lot of errors dose not support automatic reference counting (arc) forced xcode5.
i found solution disabling arc in whole project, again there lot of errors did not have ant data release mechanism free memory space.
so now, question is lib can used automatic reference counting or use method use sbjson lib not mess whole project.
i quiet new ios development , don't know available options. have googled issue lot nothing worked in case.
also read inbuilt json lib can b used development (introduced ios5 , think!). how use , different/ better other 3rd party lib available.
technology ios : 7 or later xcodeversion : 5.1.1 application : universal
any suggestion great help. in advance!
Comments
Post a Comment