I want to create a custom table to store the leaderboard for my game.
All it needs is, 3 columns: Rank, Name and Score.
Something like
http://www.4iphone4.me/AirportMadness/ScreenShot_3_full.jpg
would be nice. Is there a built-in, "table" support for cocos2d ? or should I look into the iphone framework for this ?? and if so, which functions should I look into ?