I've tried looking around and was wondering if anyone designed their own high scores screen. I'm wondering if anyone would be willing to share their code. I am not looking for how to use a UIView, i'm taking about their own High Scores Layer made with cocos2d and displaying their high scores.
I'd use a UIView but i think it breaks the immersion into a game to use a static apple screen for something that should be unique to each person's game. I'm wanting to see how others would handle scrolling and dynamically generating the list to scroll through.
Dragagon