I would like to implement a tableview with the number of sections that is known before run time but the number of rows per section are determined during run time. Something like this where there will always be 26 sections (1 for each letter) but the number of places under each letter would change.
Would I use static cells or dynamic prototypes and can someone give me some pointers on how to implement this?