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.