Collection View layout bug when selectItem (Swift 5)
问题 After selecting cell from viewDidLoad Layout is change Before select cell After select cell let indexPath = IndexPath(row: SelectedFolderIndex, section: 0) collectionView.selectItem(at: indexPath, animated: false, scrollPosition: .centeredVertically) Layout func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { return CGSize(width: collectionView.frame.width/2.2, height: 55) } ViewDidLoad let