mehfuzh / MHTextField

UITextField extension with built-in toolbar, validation and scrolling support.
MIT License
534 stars 66 forks source link

Can not work in UITableViewCell #25

Closed fakeyee closed 10 years ago

fakeyee commented 10 years ago

Hi, I have a UITableview to use this "magic" TextField and I put it in my UITableViewCell , but it seems doesn't work.

mehfuzh commented 10 years ago

Good point. Will check it out.

mehfuzh commented 10 years ago

Did you try to put it in the same cell or different? It goes to next/prev box through parent container and got to be same for both.

fakeyee commented 10 years ago

I put it in the different cells, because I have a form to be filled and each cell contains a textfield.The TextFields are not in the same parent container, So the next/prev button doesn't work. Maybe I should use an UIScrollView rather than an UITableView. Thank you.