Avoid Duplicate UITableViewCell Rows With UILabel Subviews

by Bill Maya on December 4, 2011

My latest iOS adventure while coding “Camelot”.

I’m loading an array of dictionary elements containing US state data into a UITableView and I’m experiencing duplicate rows when the user scrolls down to offscreen items – row 1 is duplicated at row 8, row 2 is duplicated at row 9, etc.

More of the question and some answers here.

Comments on this entry are closed.

Previous post:

Next post: