¡@

Home 

2014/10/15 ¤U¤È 10:16:00

iphone Programming Glossary: workoutname

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

displayed in the wrong position and the keyboard won't disappear. Any suggestions Here is my code void addItemAction workoutName UIAlertView alloc initWithTitle @ New Workout message @ Insert the name of your new workout n delegate self cancelButtonTitle.. message @ Insert the name of your new workout n delegate self cancelButtonTitle @ Cancel otherButtonTitles @ Done nil workoutName.cancelButtonIndex 0 UITextField titleField UITextField alloc initWithFrame CGRectMake 12.0 90.0 260.0 25.0 titleField.delegate.. titleField.delegate self titleField.borderStyle UITextBorderStyleRoundedRect titleField.returnKeyType UIReturnKeyDone workoutName addSubview titleField workoutName show BOOL textFieldShouldReturn UITextField textField textField resignFirstResponder return..