have not enter greater than 255 character
hoangde2811 opened this issue · 3 comments
hoangde2811 commented
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.
futuretap commented
It's not clear what you did exactly. Please provide a sample project.
hoangde2811 commented
Hi developer!
I use PSTextFieldSpecifier to user name change and i want if user enter
greater than 255 character then user can't enter anymore. Help me.
Sincerely thanks
…On Sun, 21 Apr 2024 at 01:03, Ortwin Gentz, FutureTap < ***@***.***> wrote:
It's not clear what you did exactly. Please provide a sample project.
—
Reply to this email directly, view it on GitHub
<#491 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZVTKZAEYKMVYH2QLI2LM3Y6KUWFAVCNFSM6AAAAABGQKM3JOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXG42DIMBWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
futuretap commented
I understand. Please post a sample project so we can check what's going on.