본문 바로가기

UIKit

UITextView

@MainActor
class UITextView : UIScrollView

- ScrollView를 상속받음

- TextField와 Label의 특성을 합친 느낌!

   -> Text편집이 가능하며, 여러 줄로 표시될 수 있음

- attributedText 적용 가능

   -> attributedText로 Font, Text Color, Text Alignment 속성 설정 가능

- Text 편집이 가능하기 때문에 Keyboard Notification을 통해 관리가 필요

   -> Notification안에 Keyboard Size를 포함한 정보들이 있어서 이를 가지고 Repositioning, Resizing View가 가능

참고 링크

🍎 Apple Developer - UITextView

728x90

'UIKit' 카테고리의 다른 글

Date와 DateFormatter  (0) 2023.08.30