I'm looking to create a UITableViewCell that behaves exactly like the iphone Settings -> Mail, Contacts, Calendar -> <Pick an Account> -> Name|Address|Password|Description cells.
That is I want to have a UITableViewCell that has a label and UITextField within it and be able to touch anywhere inside the cell and be able to edit only the UITextField part.
I've managed to visually get the same effect as the fields mentioned above but can only manage to respond to touch events within side the UITextField for editing the text.
Any help no matter how trivial will be appreciated.
That is I want to have a UITableViewCell that has a label and UITextField within it and be able to touch anywhere inside the cell and be able to edit only the UITextField part.
I've managed to visually get the same effect as the fields mentioned above but can only manage to respond to touch events within side the UITextField for editing the text.
Any help no matter how trivial will be appreciated.