由于未捕获的异常'NSInternalInconsistencyException'而终止应用程序,原因:'UICollectionView接收到索引路径不存在的单元格的布局属性:{length = 2,path = 0 - 1}'
***第一次抛出调用堆栈: (0x18e3841c0 0x18cdbc55c 0x18e384094 0x18ee0e82c 0x194229d0c 0x1942290e4 0x194228574 0x1941c9738 0x19169240c 0x1916870e8 0x1941de1a8 0x1941da480 0x19450f728 0x19450f86c 0x194514f14 0x19430c89c 0x19430c5c4 0x19430c1d0 0x1942b0f50 0x1944fc65c 0x194514858 0x1942b0d04 0x1941c9738 0x19169240c 0x1916870e8 0x191686fa8 0x191603c64 0x19162b0d0 0x19162baf0 0x18e3317dc 0x18e32f40c 0x18e32f89c 0x18e25e048 0x18fce1198 0x194237818 0x194232550 0x1001eae74 0x18d2405b8) libc ++ abi.dylib:以NSException类型的未捕获异常终止
我在表格视图单元格中使用了集合视图,并在点击表格视图单元格上的UIButton时进行了切换。
我已经看到下面的链接,但它不起作用。 iOS 10 bug: UICollectionView received layout attributes for a cell with an index path that does not exist