IdleHandsApps / IHKeyboardAvoiding

IHKeyboardAvoiding is an elegant solution for keeping any UIView visible when the keyboard is being shown - no UIScrollView required!
MIT License
1.41k stars 151 forks source link

Moving between avoided fields doesn't update the view offset #12

Open notapplicableio opened 9 years ago

notapplicableio commented 9 years ago

I'm using this for a series of text inputs for which it works well. But if the view has been moved and I tap an input in view that could be too high the view does not move to a location completely within view.

Does that make sense?

fraserscottmorrison commented 9 years ago

So you have 2 UITextFields (for example), and you tap uiTextField1 which triggers the avoiding UIView to move, then you tap uiTextField2 and the avoiding UIView isnt moved to the correct place? Is uiTextField2 higher or lower than uiTextField1?

notapplicableio commented 9 years ago

Lower. There's also a nav bar in play, I realise.