pub unsafe trait TVCollectionViewDelegateFullScreenLayout: UICollectionViewDelegate {
// Provided methods
unsafe fn collectionView_layout_willCenterCellAtIndexPath(
&self,
collection_view: &UICollectionView,
collection_view_layout: &UICollectionViewLayout,
index_path: &NSIndexPath,
)
where Self: Sized + Message { ... }
unsafe fn collectionView_layout_didCenterCellAtIndexPath(
&self,
collection_view: &UICollectionView,
collection_view_layout: &UICollectionViewLayout,
index_path: &NSIndexPath,
)
where Self: Sized + Message { ... }
}Available on crate feature
TVCollectionViewFullScreenLayout only.