TVCollectionViewDelegateFullScreenLayout

Trait TVCollectionViewDelegateFullScreenLayout 

Source
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.
Expand description

Provided Methods§

Source

unsafe fn collectionView_layout_willCenterCellAtIndexPath( &self, collection_view: &UICollectionView, collection_view_layout: &UICollectionViewLayout, index_path: &NSIndexPath, )
where Self: Sized + Message,

Source

unsafe fn collectionView_layout_didCenterCellAtIndexPath( &self, collection_view: &UICollectionView, collection_view_layout: &UICollectionViewLayout, index_path: &NSIndexPath, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn TVCollectionViewDelegateFullScreenLayout

Source§

const NAME: &'static str = "TVCollectionViewDelegateFullScreenLayout"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn TVCollectionViewDelegateFullScreenLayout

Implementations on Foreign Types§

Source§

impl<T> TVCollectionViewDelegateFullScreenLayout for ProtocolObject<T>

Implementors§