반응형
또 왔슴니다
이번엔 텍스트 아래에 밑줄을 줄거에요 전 UIButton에다가 사용했습니다
아래처럼 선언하시고
let loadUnderLine: [NSAttributedString.Key: Any] = [
.font: UIFont.systemFont(ofSize: 15),
.underlineStyle: NSUnderlineStyle.single.rawValue]
아래처럼 사용하시면 됩니다!
let attributeString = NSMutableAttributedString(string: "비밀번호 초기화", attributes: loadUnderLine)
resetBtn.setAttributedTitle(attributeString, for: .normal)
그럼이만!
반응형
'개발노트 > iOS' 카테고리의 다른 글
IOS : 하이브리드 앱 쿠키 저장 및 관리 jsession ! (0) | 2022.02.16 |
---|---|
Swift : Custom Table View 생성 (0) | 2022.02.14 |
SWIFT : setBackgroundImage가 안될때!!! (0) | 2022.01.25 |
SWIFT : 키보드 숨기기 내리기 닫기! (0) | 2022.01.20 |
xcode : storyboard (0) | 2022.01.06 |
댓글