I want to create UItableView which would have 10 elements. However it create 9 (as it is visible ) and 10-th is created when that row is visible, now 1 element is destroyed (first one).
With this approach i have a problem, i would like to create all 10 row isn’t important is it visible or not and when row is visible just show it.
These rows would be recreated only when i would call reload table.
Is this possible to do ?
Thanks.
tableView:cellForRowAtIndexPath:return cells from this array,Something like this …