¡@

Home 

2014/10/15 ¤U¤È 10:12:29

iphone Programming Glossary: passwordalert

How to prompt user for text input in Alert view

http://stackoverflow.com/questions/7015842/how-to-prompt-user-for-text-input-in-alert-view

entry prompt on the iphone.html The code used to achieve this is taken directly from that great tutorial UIAlertView passwordAlert UIAlertView alloc initWithTitle @ Server Password message @ n n n delegate self cancelButtonTitle NSLocalizedString @ Cancel.. CGSizeMake 0 1 passwordLabel.textAlignment UITextAlignmentCenter passwordLabel.text @ Account Name passwordAlert addSubview passwordLabel UIImageView passwordImage UIImageView alloc initWithImage UIImage imageWithContentsOfFile NSBundle.. NSBundle mainBundle pathForResource @ passwordfield ofType @ png passwordImage.frame CGRectMake 11 79 262 31 passwordAlert addSubview passwordImage UITextField passwordField UITextField alloc initWithFrame CGRectMake 16 83 252 25 passwordField.font..