TableView reloadRows NSInternalInconsistencyException
상황은 이렇습니다 1. TableView의 data가 지속적으로 변하고 있습니다.2. TableView의 특정 index만 update 해주려고 합니다. (실제로는 비동기 시점에 update해주는 상황) 제가 겪은 문제는 @objc func buttonPressed() { // 버튼 눌렀을때 data 변경 이전 또는 이후 테이블뷰 업데이트 되도록 DispatchQueue.main.async { self.tableView.reloadRows(at: [IndexPath(row: 3, section: 0)], with: .automatic) } self.dataArray = ["1","2","3","4","5","6"] } s..
iOS & swift
2024. 7. 25. 14:23
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 엔디소프트 레이세이
- swift urlcomponent encode
- rag 기반 llm
- swift network refactoring
- swift filemanager get excel
- swift urlsession 공통화
- 공부 타이머 어플
- swift 엑셀 가져오기
- focus timer 어플
- llm pdf rag
- chatgpt rag llm
- swift urlsession network module
- swift queryitem encode
- swift 네트워크 모듈화
- swift urlsession module
- 레디세이 어플
- filemanager excel read
- swift urlsession refactoring
- swift excel read
- swift network module
- swift 자간
- 레디세이
- readysay
- rag llm pdf
- swift network 공통화
- rag 기반 llm 챗봇
- swift filemanager excel
- llm csv
- swift 엑셀 읽기
- swift get excel
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
글 보관함