[iOS, Swift] UILabel 여러 줄 표현하기 [iOS, Swift] UILabel 여러 줄 표현하기 iOS 15.5, Xcode 13.31, Swift 5, UIKit 환경에서 진행했습니다. label.numberOfLines = 0 numberOfLines를 0으로 설정하면 Label의 텍스트가 여러 줄로 표현이 된다. numberOfLines = 0의 의미는 Label이 필요한.. bksesame.tistory.com [iOS, Swift] UILabel Font 설정 [iOS, Swift] UILabel Font 설정 iOS 15.5, Xcode 13.31, Swift 5, UIKit 환경에서 진행했습니다. label.font = UIFont.systemFont(ofSize: 16, we..