i want receive uikeyboard notification when firstresponder changed(both uitextfield) coding prevent uikeyboard covering uitextfield.but no uikeyboard notification posted when size of keyboard did not change(i've tried receive these notifications: uikeyboardwillshownotification, uikeyboardwillhidenotification, uikeyboardwillchangeframenotification).i've received several uikeyboard notification when size of keyboard changed.did miss something?
- no
uikeyboardnotificationposted whenfirstresponsechanges. uikeyboardnotificationposteduikeyboardframewhen size of keyboard changes.
this simple solution: store uikeyboardframe in property, send scrollcontentview message (implement yourself) when firstresponse changes , uikeyboard shown.
Comments
Post a Comment