Should I use CCTableView to create a keypad like this?

I want to make a keypad like that which changes according to the contents of a “table” or array. .for example table contains “HELLO” string, the keypad should show H E L L O buttons on the screen… how do i do that???

Why don’t you just have a tile, each with a single letter in the alphabet and just show the tiles you need, i.e, the word + extra to confuse the player.

That is exactly what Im trying to do, . but my problem is I need a code sample for accessing a .plist file then show the letter tiles corresponding to the word found in the .plist file. . I have already made the letter tiles using texturepacker.