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

UITextField loses focus when a Whisper is called #189

Closed
martinschilliger opened this issue Oct 23, 2017 · 2 comments
Closed

UITextField loses focus when a Whisper is called #189

martinschilliger opened this issue Oct 23, 2017 · 2 comments

Comments

@martinschilliger
Copy link

I have a UITextField whose text gets validated while the user inputs coordinates for a map. I've wanted to show an error message for misspelled coordinates with Whisper:

let msg = Entered %@ coordinates"
let murmur = Murmur(title: msg)
Whisper.show(whistle: murmur, action: .show(2.5))

My problem is, that each time a Whisper gets displayed the UITextField loses focus. Does anyone have an idea where this is triggered so that it could be prevented?

Thank you for your help!

@FreudGit
Copy link

Same problem here, i'll be happy to get a hint. :)

@martinschilliger
Copy link
Author

Bug got fixed by @jondwillis, thank you!
#186

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

2 participants