최대 1 분 소요

SwiftUI Keyboard Avoidance

  • iOS14부터 SwiftUI가 자동으로 keyboard avoidance 기능을 제공하고 있다.
  • 덕분에 textfield에 focus시 전체화면이 resize된다.
  • webview에 올라가 html페이지 input focus에도 적용된다. scroll이 있는 화면에 input에 focus시 키보드가 올라오면서 webview를 resize하여 scroll이 이상동작한다.
  • .ignoresSafeArea(.keyboard, edges: .bottom)를 적용하면 화면이 resize되지않는다.

keyboard avoidance 예

Image Alt keyboardAvoidance

keyboard avoidance disable 예

Image Alt keyboardAvoidance_disable


참고

ios-14-swiftui-keyboard-lifts-view-automatically

태그: ,

카테고리:

업데이트:

댓글남기기