Hi,
Context: The following is for iPhone only and I don't have to worry about the device rotating. In old terms, it's portrait mode only. iPhone 4s, 5... to iPhone 6+. iOS 7 and iOS 8.
If I have a known set of items in a table, normally that would suggest "static cells" in a TableViewController. However, when one of the cells gets completed / satisfied, it will move up into a group of all the other completed cells. If a cell gets cleared, it goes back down to its original position relative to other non-completed items.
So, even though the content is known, don't use "static "cells" because they move right? That's my assumption, but I wanted to be sure.
Thanks!