开发者

How to display a score overview

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 UIScr开发者_Python百科ollview 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.


The additional memory / cpu consumption is probably not noticeable, unless you've got more than 100 results or so.

Therefore I'd use a scroll view with UIViews, it's just so much simpler to implement. Additionally it's much easier to add custom behaviour later if you need something fancy.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜