ios - Glitch on UITextField resignFirstResponder -


we have 1 uitextfield on our application "jumping" after calling resignfirstresponder on it.

here's gif glitch:

enter image description here

and here's code triggers it:

-(bool)textfieldshouldreturn:(uitextfield *)textfield {     //[self searchcontent];     [_searchfield resignfirstresponder];      return no; } 

it's weird because commented out keyboardwillhide , keyboardwillchangeframe code, , still happens on ios 10.

ios 9 , 8 working fine.

edit: created new uitextfield , put in screen. when calling resignfirstresponder on it, same glitched behavior. running on ios 10 gm


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -