아이폰 개발
키보드 자판이 나왔을때 화면 레이아웃 변경
나숑
2021. 6. 1. 07:37
입력창의 위치를 키보드 자판이 나올때 적정한 위치로 변경하는 방법
https://fluffy.es/move-view-when-keyboard-is-shown/
Move view when keyboard is shown (guide)
Just want the code to move the view up? Just want the code to scroll the scrollview up?Most likely you have worked on an app with multiple textfields, and when the keyboard show up, there's a chance that your text field will get covered by the keyboard! On
fluffy.es