Rename layoutDelegate to layoutInspector in ASCollectionView

This commit is contained in:
Levi McCallum
2015-10-21 22:59:10 -07:00
parent 45ff74b604
commit db0a0326d7
2 changed files with 9 additions and 9 deletions

View File

@@ -90,7 +90,7 @@
* collection view layout subclasses will need to provide their own implementation of an inspector object for their
* supplementary views to be compatible with `ASCollectionView`'s supplementary node support.
*/
@property (nonatomic, weak) id<ASCollectionViewLayoutInspecting> layoutDelegate;
@property (nonatomic, weak) id<ASCollectionViewLayoutInspecting> layoutInspector;
/**
* Perform a batch of updates asynchronously, optionally disabling all animations in the batch. This method must be called from the main thread.