Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Apple Certificate
- 클린아키텍쳐
- UICoordinateSpace
- Dispatch.main.sync
- in-out
- iOS 버전 점유율
- Dependency Rule
- swiftdocs
- 잡초가득블로그
- rib
- Concurrent
- windowScene
- RxSwift
- conflicting access to memory
- RIBs Tutorial
- Ribs
- Github file size
- Automatically manage signing
- coordinateSpace
- Git Large File Storage
- SWIFT
- RxCocoa
- 로버트마틴형
- iOS Target
- 메모리 접근 충돌
- ios
- 대머리깃허브
- App Signing
- Large File Storage
- memory safety
Archives
- Today
- Total
빙수왕의 개발일지
Cell에서 Custom Initializer을 사용하고 싶은데 방법이 없을까.. 본문
응 없어
MVVM 패턴에서 UICollectionView의 cell에 viewModel을 주입하는 방법이 혹시 없을까 고민을 했다..
셀을 그릴 때 마다 viewModel을 넣는거 말고 init할 때 최초 한번만 실행되는거를 원했는데
* Cell을 xib와 swift파일을 만들어서 따로 빼놓은 상태였다.
https://stackoverflow.com/questions/47842034/how-can-i-use-a-custom-initializer-on-a-uitableviewcell
The whole point of dequeueReusableCell is to explicitly not initialize a new cell for every row, but rather, where possible, see if there is a previously used cell that is now available for reuse and just update it.
결론은 dequeueReusableCell을 사용하면 목적이 다르고..(?)
init메소드를 내가 손대서 사용할 수 없다.
'개발 > iOS' 카테고리의 다른 글
갑자기 잘 보이던 imageView가 다른핸드폰에서 안보인다면? (0) | 2020.12.02 |
---|---|
init에서 변수 값을 넣어줘도 didSet은 실행되지 않는다. (0) | 2020.11.29 |
파라미터 Bool일때 Argument label 어떻게 해야 예쁜가 (0) | 2020.11.29 |
`self`에 Backquote를 넣는 이유 (0) | 2020.11.29 |
Convenience init을 강제하는 법 (0) | 2020.11.29 |