How to add more than two labels to prototype cell?
I have gone through the tutorial below and it works fine. My question is how do I add more than the two standard cells to the prototype cell? http://thedarkdev.blogspot.co.uk/2013/09/web-service-apps-in-ios7-json-with.html cell.textLabel.text = "Title Text"; cell.detailTextLabel.text = "Detail Text" I am wanting to add another 4 labels and would like to lay them out using the storyboards. Any ideas how to do this? You can use a custom cell type and you'll be able to add as many labels as you want: Create a empty UITableViewCell subclass that you'll use for this cell. Note, this subclass doesn