안녕하세요

프로그램 과정에서 막혔던 문제들에 대한 해결책 정리


페이지 목록

2022년 12월 3일 토요일

unable to dequeue a cell with identifier reuseIdentifier

 tableView를 오버라이드 한 파일 만들때 주석으로 만들어주는 함수에 보면 

let cell = tableView.dequeuereusableCell(withIdentifier : "~~~~"가 있는데


~~~~ 자리에 내가 설정한 cell의 identifier를 넣어주지 않았기 때문에 발생


https://stackoverflow.com/questions/29282447/unable-to-dequeue-a-cell-with-identifier-cell-must-register-a-nib-or-a-class-f


출처: https://euna501.tistory.com/entry/unable-to-dequeue-a-cell-with-identifier-reuseIdentifier

댓글 없음:

댓글 쓰기