futuretap/InAppSettingsKit

have not enter greater than 255 character

hoangde2811 opened this issue · 3 comments

Hi developer!
I have cast IASKPSTextFieldSpecifierViewCell to delegate textField, my code below
if let indexPath = settingsViewController.settingsReader?.indexPath(forKey: "field_display_name") {
let viewCell = settingsViewController.tableView.cellForRow(at: indexPath) as? IASKPSTextFieldSpecifierViewCell
viewCell?.textField.delegate = self
}
I was listened UITextFieldDelegate or UITextViewDelegate but it don't unavailable. Help me.
Sincerely thank you.

It's not clear what you did exactly. Please provide a sample project.

I understand. Please post a sample project so we can check what's going on.