개발/아이오에스

swift 네비게이션바 배경색상 제목색상 변경 navigationController

dev.jake 2020. 12. 26. 10:16

self.navigationController?.navigationBar.barTintColor  = .systemBlue
// 배경색상
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white]
// 타이틀 색상

 

 

테이블 뷰 셀 엑세서리 추가하기

  let cell: UITableViewCell = tableView.dequeueReusableCell(withIdentifier: self.cellIdentifier, for: indexPath)

cell.accessoryType = .disclosureIndicator // ">"