Sorry for the spam - read at the bottom....
Hi there,
I've been searching for a way to display high scores (cocoslive) with non UIKit stuff, I want to use a CocosNode.
I've seen many of you succeeded in creating some sort of non-UIKit score display.
I used a UIWebView but it's not too elegant and not what I'm looking for.
I had a few thoughts regarding this, thinking I can subclass CocosNode or Sprite and adding: PositionLabel, NameLabel, ScoreLabel and countrySprite... but ain't too sure on how to implement...
If anyone would be kind enough to share some knowledge or insights I'm sure it would be greatly appreciated is it hasn't been discussed anywhere.
Thanks in advance for all replies.
EDIT: OHHH GOD I'm so ignorant - I just saw some other post saying something about highscore tables as well, Sincerely sorry for spamming (although I wouldn't mind insights from you people about table implementation).