[][src]Trait uikit_sys::PUIDataSourceTranslating

pub trait PUIDataSourceTranslating: Sized + Deref {
    unsafe fn presentationSectionIndexForDataSourceSectionIndex_(
        self,
        dataSourceSectionIndex: NSInteger
    ) -> NSInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dataSourceSectionIndexForPresentationSectionIndex_(
        self,
        presentationSectionIndex: NSInteger
    ) -> NSInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn presentationIndexPathForDataSourceIndexPath_(
        self,
        dataSourceIndexPath: NSIndexPath
    ) -> NSIndexPath
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dataSourceIndexPathForPresentationIndexPath_(
        self,
        presentationIndexPath: NSIndexPath
    ) -> NSIndexPath
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn performUsingPresentationValues_(
        self,
        actionsToTranslate: _bindgen_ty_id_160153
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn presentationSectionIndexForDataSourceSectionIndex_(
    self,
    dataSourceSectionIndex: NSInteger
) -> NSInteger where
    Self::Target: Message + Sized

unsafe fn dataSourceSectionIndexForPresentationSectionIndex_(
    self,
    presentationSectionIndex: NSInteger
) -> NSInteger where
    Self::Target: Message + Sized

unsafe fn presentationIndexPathForDataSourceIndexPath_(
    self,
    dataSourceIndexPath: NSIndexPath
) -> NSIndexPath where
    Self::Target: Message + Sized

unsafe fn dataSourceIndexPathForPresentationIndexPath_(
    self,
    presentationIndexPath: NSIndexPath
) -> NSIndexPath where
    Self::Target: Message + Sized

unsafe fn performUsingPresentationValues_(
    self,
    actionsToTranslate: _bindgen_ty_id_160153
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIDataSourceTranslating for UICollectionView[src]

impl PUIDataSourceTranslating for UITableView[src]

Loading content...