ios - How to get keyboard height WITHOUT relying on notifications -


i know how set nsnotification observer detect when keyboard shows/hides. can height of keyboard. happens if device rotated while keyboard still showing?

is there way height of keyboard in new state? since keyboard still showing new notification not triggered.

you still have use nsnotificationcenter, have observe different key. key you're looking uikeyboarddidchangeframenotification according docs posted after change in keyboard’s frame.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -