Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textFieldShouldReturn not working #16

Closed
pavelbowie opened this issue Jun 15, 2018 · 3 comments
Closed

textFieldShouldReturn not working #16

pavelbowie opened this issue Jun 15, 2018 · 3 comments

Comments

@pavelbowie
Copy link

How can I implement textFieldShouldReturn when i press return button on keyboard?

func textFieldShouldReturn(textField: UITextField) -> Bool {
return true
}

Help me please. This is not calling...

@iOSDevAkshay
Copy link

Yes delegates are not working

@iDhaval
Copy link
Owner

iDhaval commented Jul 19, 2018

Have you connected UITextField delegate to respective class?

@iDhaval
Copy link
Owner

iDhaval commented Jan 15, 2022

Hey @pavelbowie
Delegates are working as expected. If you are still facing the issue, feel free to reopen the issue.

@iDhaval iDhaval closed this as completed Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants