ios - Move textview up depending on predictive text -


is there way change scale or position of textview depending on whether user has predictive text on? textview scale vertically when user has on , down disabled.

thanks.

there several notification can subscribe in order keyboard size information:

uikeyboardwillshownotification uikeyboarddidshownotification uikeyboardwillhidenotification uikeyboarddidhidenotification 

use uikeyboardframebeginuserinfokey , uikeyboardframeenduserinfokey keys in notification's userinfo dictionary keyboard size information. have not verified, size should include predictive text area of keyboard.

reference


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -