¡@

Home 

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

iphone Programming Glossary: pickerviewpopup

datepicker by clicking on textfield [duplicate]

http://stackoverflow.com/questions/7308754/datepicker-by-clicking-on-textfield

your link and got the solution so try the below code. #import TextfieldwithDatepickerViewController.h UIActionSheet pickerViewPopup @implementation TextfieldwithDatepickerViewController void textFieldDidBeginEditing UITextField aTextField aTextField resignFirstResponder.. void textFieldDidBeginEditing UITextField aTextField aTextField resignFirstResponder pickerViewPopup UIActionSheet alloc initWithTitle nil delegate self cancelButtonTitle nil destructiveButtonTitle nil otherButtonTitles nil.. self action @selector cancelButtonPressed barItems addObject cancelBtn pickerToolbar setItems barItems animated YES pickerViewPopup addSubview pickerToolbar pickerViewPopup addSubview pickerView pickerViewPopup showInView self.view pickerViewPopup setBounds..