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
Back To Top
Search