I want take player name as input by using UIAlertView. Is it possible to add textField on the UIAlertView?
Yes, but not without some hacking, see this previous question. You'd have to directly manipulate the UIAlertView's subviews and add a UITextField and then resize the UIAlertView's frame. You're better off creating your own view.