我正在尝试在应用加载时有一个预先选择的状态但是收到此代码的错误。不确定有什么问题...提前谢谢。
tabs-outer
答案 0 :(得分:0)
您需要根据您的要求在Main Dispatch中调用预先选择的单元代码: -
DispatchQueue.main.async {
self.collectionDate.scrollToItem(at: IndexPath(row: index, section: 0), at: .centeredHorizontally, animated: true)
}
DispatchQueue.main.async {
self.collectionDate.scrollToItem(at: IndexPath(row: index, section: 0), at: .centeredVertically, animated: true)
}