본문 바로가기

iOS

[Swift] Textfield 자동으로 키보드 띄우기

반응형

해당하는 Textfiled 생성시 아래의 함수를 적용시키면 된다.

 

textField.becomeFirstResponder()

'iOS' 카테고리의 다른 글

[Swift UI] Preview 바꾸기  (0) 2022.07.14
[Swift] dismiss 후 present with navigation  (0) 2022.03.22
[Swift] Keyboard, Transform  (0) 2022.03.15
[Swift] UITabBarController, UISegmentedControl  (0) 2022.02.24
[Swift] Storyboard Navigation Controller  (0) 2022.02.20