UIButton 텍스트 변경 및 텍스트 컬러 변경
- UIButton 텍스트 변경
editButton.setTitle("test", for: .normal)
- UIButton 텍스트 컬러 변경
editButton.setTitleColor(.clear, for: .normal)
editButton.setTitleColor(.clear, for: .normal)
- UIButton 백그라운드 컬러 변경
editButton.backgroundColor = UIColor.red
댓글 없음:
댓글 쓰기