Swift의 TextView에서 toolbar를 이용한 버튼 처리
2022. 2. 28. 04:55ㆍ아이폰 개발
TextView에서 키보드가 활성화된 상태에서, 같은 상위 뷰에 속해있는 버튼들이 처리되지 않음.
그래서 키보드가 활성화되었을때에는 다음과 같이 툴바를 사용하는 방법으로 다른 버튼들의 기능을 처리하였음
https://stevenpcurtis.medium.com/enabling-the-done-button-to-a-uitextview-967499f392ed
Enabling the done button to a UITextView
Are you sure that you want to do that?
stevenpcurtis.medium.com
https://dongkyprogramming.tistory.com/10
iOS Keyboard 상단에 Done(완료) 버튼 추가하기
이번 포스팅은 iOS에서 return 키에 Done이 아닌 사진과 같이 Done버튼을 추가하는 방법에 대해 포스팅하겠습니다. iOS에서는 안드로이드와는 달리 뒤로가기 키가 없습니다. 그래서 키보드가 보여지
dongkyprogramming.tistory.com