views:

83

answers:

0

I am makeing my first simple iPhone game. When player achieve a new high score there is a need to ask player's name. Is it possible to accomplish a simple view where is a label "Please give your name" and UITextField for name input without using Interface Builder. So how can I progmatically set up this kind of simple view and also get rid of it when name is entered? Is it somehow possible to add these UI components over existing game view so that the game state where game halted would be seen as background for the name entering. I have tried many different angles but couldn't make it work on my own.