displaying datepicker on the tap of a particular text field only
Posted
by praseed
on Stack Overflow
See other posts from Stack Overflow
or by praseed
Published on 2010-05-24T14:38:53Z
Indexed on
2010/05/24
14:41 UTC
Read the original article
Hit count: 205
iphone
hi,
i have a number of textfields . i want to display datepicker on the tap of a particular textfield only. wat i have is a number of textfields for entering details of a person like Name, address, date of birth etc... On the tap of text field for entering the date of birth i want to display date picker. if i include the code for the date picker in the textFieldShouldBeginEditing method ,will that show datepicker for tap on every textfield, .
Pls help me out to find a solution for this ,, I am new to iphone app development...
© Stack Overflow or respective owner