
UITableViewCell 을 만들때 이미 만들어진 셀이 없는 경우 아래의 코드를 이용해서 cell을 만들 수 있다. UITableViewCell(style: .subtitle, reuseIdentifier: "cell") 이때 style: _______ 부분을 보면 총 4가지의 옵션이 있는데 아래와 같다. 하나씩 어떤 모양인지 살펴보자 .default 더보기 func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { var cell = tableView.dequeueReusableCell(withIdentifier: "cell") if cell == n..
Apple/iOS
2024. 3. 14. 16:30
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- jsonserializable
- tojson()
- 개발신입
- ios
- jsonkey
- llm 설치
- flutter_lints
- lints
- 낙관적 업데이트 패턴
- 플러터 업데이트
- analysis_options
- 다트문법
- fromjson()
- flutter updates
- 오블완챌린지
- 렌더링최적화
- flutter
- 플러터네이티브
- 플러터ios애니메이션
- slivers
- SWIFT
- 티스토리챌린지
- flutter3.7
- sliverlist
- sliver
- flutter 3.7
- 오블완
- 플러터업데이트
- 플러터
- swiftmigration
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함