To Store multiple value using one textField and PickerView

Joined
May 2, 2009
Messages
4
Reaction score
0
Points
1
Hi all,
i am facing a little problem,
i have a UITextField and a Picker View, to store multiple phone numbers,
there is picker which have three values (home, mobile, work)
and one textField is there,
how can i save the multiple phone number of textField one by one.
One thing more i have to use NUMPAD type keyboard (UIKeyboardTypeNumberPad) in which DONE button is not there, So i can not use
- (BOOL)textFieldShouldReturnUITextField *)textField
method to store TextField Value in any varialbe.

can any one help me.....???????
 
Joined
Jun 2, 2009
Messages
5
Reaction score
0
Points
1
hmm..i dun really understand you question.

How i would do it is by saving the number everytime UITextfield is changed.

On change, check to see the UIPicker selected index. then according to the selected index, save the number as (home/work/fax)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top