我有集合视图,需要reloadData。我的collectionView在以下类中
CustomViewController.h
@interface CustomViewController : UIViewController <MosaicLayoutDelegate>{
__weak IBOutlet UICollectionView *_collectionView;
}
但是我需要知道如何在不同的类中访问collectionView属性来实现以下行代码?以下X是我的问题。
[X reloadData];