UIKIT/UILabel (1) 썸네일형 리스트형 특정 문구만 크기를 다르게 하는 방법 영화 선호도 점수의 텍스트 크기 및 색상 개별 적용하기 위해서는 "NSMutableAttributedString"를 사용하면 됩니다. private let scoreLabel: UILabel = { let label = UILabel() label.textAlignment = .center label.font = .systemFont(ofSize: 14, weight: .bold) // 기본 폰트 크기 label.backgroundColor = .clear label.layer.cornerRadius = 20 label.clipsToBounds = true // ✅ "55%"에서 "%"만 크기 줄이고, "55"는 초록색으로 변경 let fullText = "55.. 이전 1 다음