美文网首页
关于 iOS 13 Multiple methods named

关于 iOS 13 Multiple methods named

作者: iOS门三闫 | 来源:发表于2019-09-25 16:12 被阅读0次

把代码:

NSInteger numberOfBeforeSection = [_update[@"oldModel"] numberOfItemsInSection:updateItem.indexPathBeforeUpdate.section];

替换成:

NSInteger numberOfBeforeSection =[(UICollectionView *)_update[@"oldModel"]numberOfItemsInSection:updateItem.indexPathBeforeUpdate.section];

相关文章

网友评论

      本文标题:关于 iOS 13 Multiple methods named

      本文链接:https://www.haomeiwen.com/subject/dxcwuctx.html