SwiftUI 中的 dequeueReusableCell(withIdentifier: "") 等价物是啥?
Posted
技术标签:
【中文标题】SwiftUI 中的 dequeueReusableCell(withIdentifier: "") 等价物是啥?【英文标题】:What is the equivalent of dequeueReusableCell(withIdentifier: "") in SwiftUI?SwiftUI 中的 dequeueReusableCell(withIdentifier: "") 等价物是什么? 【发布时间】:2019-11-19 10:33:20 【问题描述】:我使用 swiftUI 创建了一个列表
List(landmarkData, id: \.id) landmark in
LandmarkRow(landmark: landmark)
swifitUI List
是否复用单元格?
【问题讨论】:
这能回答你的问题吗? Does the List in SwiftUI reuse cells similar to UITableView? 【参考方案1】:如果您使用 List 它“自动”重用您的“行”。 如果您使用的是 ScrollView -> ForEach
,情况并非如此【讨论】:
以上是关于SwiftUI 中的 dequeueReusableCell(withIdentifier: "") 等价物是啥?的主要内容,如果未能解决你的问题,请参考以下文章