Click Anywhere In TableViewCell and Focus On TextField
Posted
by Convolution
on Stack Overflow
See other posts from Stack Overflow
or by Convolution
Published on 2010-05-28T14:57:40Z
Indexed on
2010/05/28
15:02 UTC
Read the original article
Hit count: 203
iphone
|uitableviewcell
I have a custom tableviewcell with a label and a textfield. Right now if I click on the cell to exit the textfield, it only focuses on it if I click within the bounds of the textfield. Is there a way for me to click anywhere in the cell and immediately have it focus on the textfield?
Thanks
© Stack Overflow or respective owner