swift3에서 Table View 셀의 배경색을 변경하는 방법

1494 단어 SwiftXcode8swift3

func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
        cell.contentView.backgroundColor = UIColor.yellow
    }


결과





참고



iOS Swift - How to change background color of Table View?

swift3에서 Table View 셀의 배경색을 변경하는 방법

좋은 웹페이지 즐겨찾기