Slide 35
Slide 35 text
Cell Registration で Reuse Identi
fi
er も不要
‣ データ構造 と Reuse Cell 単位が簡潔に結びつく
3
5
let cellRegistration = CellRegistration
{ (cell, indexPath, item) in
cell.contentConfiguration = CustomConfiguration(item: item)
}
let otherRegistration = CellRegistration
{ (cell, indexPath, item) in
cell.contentConfiguration = OtherConfiguration(item: item)
}
Reuse 単位