iphone - How can I use a UITextfield to call "when clicked" a UITableview -
textfield call when clicked uitableview, return calling textfield value of string value of cell selected in uitableview?
sorry have searched , googled , still can't seem find guidance. iphone app only, can't utilise popovers
is possible?
when select row table insert 1 more row(cell) in table(next selected cell) having uitextfield part of context!
this method call on selection of cell - (uitableviewcell *)tableview:(uitableview *)tableview cellforrowatindexpath:(nsindexpath *)indexpath {}
you can remove cell once text entries finished!, add event on uitextfield.
events name-uicontroleventeditingdidend || uicontroleventeditingdidendonexit
Comments
Post a Comment