UITableview 공식문서
공식문서 링크 참조
https://developer.apple.com/documentation/uikit/uitableview
Q1. UITableview는 왜 사용하는가?
하나의 열에 세로로 스크롤되는 콘텐츠 행들을 표시
데이터 수가 고정적일 때는 scrollview
Q2. UITableview는 언제 사용하는가?
하나의 긴 행을 표시하도록 테이블을 구성하거나 관련 행을 섹션형태로 그룹화하여 콘텐츠를 더 쉽게 탐색하게 하기 위해
Q3. UITableView는 어떻게 사용하는가?
일반적으로 Navigation View Controller와 함께 사용함
이번 과제 목표
1) TableView, CollectionView 이용해서 UI 구현
2) CRUD 기능
3) 1.2 Cell Reuse 해결
시뮬레이터
- TableView
[iOS/Swift] xib로 TableView 만들기
- 프로젝트 경로, 프로젝트 파일 관련
MAC 터미널에서 원하는 디렉토리 한번에 가는 깨알 팁
[Xcode] xcodeproj 와 xcworkspace 차이
Multiple commands produce Error 해결법
[iOS / Error] Unable to load contents of file list... 에러 해결
[Swift] Storyboard doesn't contain a view controller with identifier
Invalid nib registered for identifier
xcode invalid redeclaration of type name - Google Search
[iOS - Error] setValue:forUndefinedKey 에러
Swift - "[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key ~ ."
[iOS - swift] storyboard 에러- 1. NSUnknownKeyException, this class is not key value coding-compliant for the key // 2. Unexpectedly found nil while implicitly unwrapping an Optional value
Swift - "[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key ~ ."
IOS) TableView의 Section을 다뤄보자
최대 삽질은...
버튼 plain말고 default로 해야지 버튼이미지 위에 버튼 텍스트 안 뜬다…
코드 오류가 없어도 이런 오류들까지 해결해야한다...
당근마켓 버튼
라이브러리 안 쓰고 알파값 0.5정도 만들고 + 버튼 구현 가능
가격 "," 받는 거
String으로 되어 있으니까 나오는 건데 String에 ,붙여주기
if문 써가지고 , 넣어주기?
Int 보다는 String으로 넣자 String은 바이트 크기가 적으니까 메모리 부분에서 더 좋음
라이브러리 이용 안 하고 만들어보는 것도 필요...
다음주차 과제 다짐
1) 구현 목표 정확히 공부하고 적용하기
2) 이미지 리소스 파일을 미리 구해보고 -> 설계한 후에 코드 작업하기