I am busy with a score overview and I was wondering what is the best way to do it.
My first thought is that is would be an UITableView because of all the functionality it already got. But because of all the functionality it also has it limitation when you want to change the look.
I was wondering what is a better way:
- An custom UITableViewCell what you design your way and that with an plain tableview
- An UIScrollview where every score is an UIView
I think the first one is easier and probably better memory solution but the second one is better if you look at customization.
So I was wondering what you think and if you know some good reading about this.