¡@

Home 

2014/10/15 ¤U¤È 10:15:08

iphone Programming Glossary: txtname

iphone-sdk: Adding a textfield to UIAlertview does not work in iOS 4?

http://stackoverflow.com/questions/3410372/iphone-sdk-adding-a-textfield-to-uialertview-does-not-work-in-ios-4

Put it blank textfield will cover this delegate self cancelButtonTitle @ Cancel otherButtonTitles @ OK nil UITextField txtName UITextField alloc initWithFrame CGRectMake 12.0 45.0 260.0 25.0 txtName.text @ txtName setBackgroundColor UIColor whiteColor.. Cancel otherButtonTitles @ OK nil UITextField txtName UITextField alloc initWithFrame CGRectMake 12.0 45.0 260.0 25.0 txtName.text @ txtName setBackgroundColor UIColor whiteColor txtName setKeyboardAppearance UIKeyboardAppearanceAlert txtName setAutocorrectionType.. @ OK nil UITextField txtName UITextField alloc initWithFrame CGRectMake 12.0 45.0 260.0 25.0 txtName.text @ txtName setBackgroundColor UIColor whiteColor txtName setKeyboardAppearance UIKeyboardAppearanceAlert txtName setAutocorrectionType..