상황은 이렇습니다 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..
TableView에서 선택된 cell을 최상위 layer로 가져오는 방법입니다. 우선 cell을 정의할때, selectedIndex(전역변수)로 cell을 구분해줬습니다. func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { if indexPath.row == selectedIndex { let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: indexPath) cell.layer.zPosition = 1 return cell } el..
UIPageViewController를 구현하던 중 view.addSubview(navigationView)addChild(pageViewController)view.addSubview(pageViewController.view) 각 컴포넌트1. navigationView(UIView type)2. pageViewController(UIViewController type) 를 화면에 추가하는 부분에 있어서차이점이 있다는것을 알게되었습니다. addSubview(_:)는 UIView에 subview를 추가하는 메소드입니다.UIView 형태를 추가할 때 사용하구요. 1. sub 뷰는 parent 뷰의 좌표계를 따르며2. parent 뷰가 이동하거나 크기가 변경되면 sub 뷰 또한 변경된다 는 특징을 가지고 ..
LLM 이란 대규모 '언어 모델'으로컴퓨터에게 언어를 가르치는 방법 이다. 여러가지 언어 모델이 존재 1. 통계적 언어 모델 - 초창기 언어 모델로 통계를 기반하여 학습 n-gram 형태The cat sat on the mat 1-gramThe / cat / sat / on / the / mat 2-gramThe cat / cat sat / sat on ... 3-gramThe cat sat / cat sat on .... -> 통계적 패턴 학습을 통한 예측단점: 문맥 이해도가 떨어짐 2. 신경망 언어 모델 인간의 뉴런 세포가 서로 연결되어 정보 처리하는 방식을 본 따 만듦 입력층 -> 은닉층(데이터 처리, 패턴 학습) -> 출력층 대표적인 신경망 언어 모델1) RNN(Recurrent Neura..
- Total
- Today
- Yesterday
- 타이머 어플
- swift urlcomponent encode
- swift urlsession 공통화
- focus timer 어플
- 구글 타이머 어플
- rag 기반 llm
- google timer 어플
- swift filemanager excel
- llm pdf rag
- swift 네트워크 모듈화
- swift 엑셀 가져오기
- filemanager excel read
- swift excel read
- llm csv
- swift 엑셀 읽기
- swift queryitem encode
- swift urlsession refactoring
- chatgpt rag llm
- rag llm pdf
- swift network refactoring
- swift network 공통화
- swift urlsession network module
- swift network module
- swift get excel
- swift 자간
- swift filemanager get excel
- google timer application
- swift urlsession module
- rag 기반 llm 챗봇
- deep timer
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |