I’m trying to make a custom UITableViewCell as I need to have specific control over what information is shown in each row of the table. I need to show a bit more information that the standard UITableViewCellStyles and arranged slightly differently. I found this resource about it (near the bottom of the article) but I cannot get it to work. It also looks like it’s for an older version of XCode.
Can anyone give me instructions on how to get this right, or help me find a resource that explains what I am trying to do?
Alex York has a great writeup on doing Custom UITableViewCells in MT that includes an interesting Factory pattern approach