본문 바로가기
모바일앱/iOS

투두리스트앱 만들기(진행중)

by GeekCode 2021. 11. 12.
반응형

1. 탭바 컨트롤러 구성하기

 

2. 스태틱테이블뷰로 설정페이지 구현하기

 

 

3. 테스크관리뷰 구현하기

 - Tasks 탭 dataSource, delegate  를 Tasks와 링크시키기 (사전세팅이 안돼있었음)

링크방법 이전글 참고(https://h1guitar.tistory.com/80)

❗️Issue

Thread 1: "could not dequeue a view of kind: UICollectionElementKindSectionHeader with identifier TodoListHeaderView - must register a nib or a class for the identifier or connect a prototype cell in a storyboard"

 

 

 

 

4. 컬렉션뷰 구현하기

 

5. 테스크관리뷰 TodoList 셀기능 확인 및 투두 객체소개

반응형