dhawaldawar / TextFieldValidator

MIT License
168 stars 72 forks source link

How to use with UITableView? #13

Open pavm035 opened 8 years ago

pavm035 commented 8 years ago

Hi,

Thanks for great validation text field, it would be nice if you tell how to use with UITableviewCell with uitextfield, i tried to use the way it has been shown in demo, but when hit on error icon it's not displaying the error dialog

pawankmrai commented 7 years ago

You have to set presentInView, either from xib or in code to cell.contentView. This should work fine.