You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: