Nicolás Jakubowski
Results
3
comments of
Nicolás Jakubowski
I see. I spent some hours looking for a workaround without success. It's a minor issue in our app so we're just going to focus on other stuff for now....
I was facing a similar issue and solved it by setting `highlighted = false` on `resignFirstResponder()`: ``` swift class CustomTextField: SkyFloatingLabelTextField { override func resignFirstResponder() -> Bool { let result...