skip to Main Content

Use of undeclared identifier 'cell' when parsing eBay API

I'm attempting to parse item data from eBay's API, however I'm having trouble getting the cells in my tableview setup properly. I'm getting multiple errors in the - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath method of my MasterViewController below stating that…

VIEW QUESTION

json Parsing using url – Plesk

I'm trying to parse json using an url. I'm able to achive it by using Temporary url but when I use my main host url, json returns html values? Temporary URL (http://md-plesk-web9.webhostbox.net:8880/sitepreview/http/glossymob.asia/Webservice.asmx/SpecificCategory?category=real%20estate&location=Madurai) My Code // url to make request private…

VIEW QUESTION
Back To Top
Search