UICollectionView-EmptyFix icon indicating copy to clipboard operation
UICollectionView-EmptyFix copied to clipboard

处理UICollectionView异常变空白(contentSize正常,所有cell hidden,cellForItemAtIndexPath不执行)的情况

Results 3 UICollectionView-EmptyFix issues
Sort by recently updated
recently updated
newest added

KVO 试了下,不行。方法替换确实可以解决空白问题,但是感觉是干掉了系统的一层保护机制,最终根源还是没办法找到

比较担心这个。因为这个出现的原因和你说的的一样。 ‘’‘某个cell中,使用NSAttributedString处理html数据了’‘’