Computer Science/swift 뽀개기 - 참고 사이트 저장소

[swift] keyboard따라 같이 올라가는 view 문제 (disable move up with keyboard)

_cactus 2021. 7. 8. 02:02
반응형

https://stackoverflow.com/questions/65605917/how-do-you-prevent-swiftui-from-autoresizing-view-when-keyboard-appears

 

How do you prevent SwiftUI from autoresizing view when keyboard appears

I have a TextField in my iOS app, and it is positioned such that I don't want it to move when the keyboard appears. However, the view is autoresizing when the keyboard appears. Is there a way to pr...

stackoverflow.com

parent view에 .ignoresSafeArea(.keyboard) 를 써줌!

 

728x90
반응형