[][src]Trait uikit_sys::IUISwipeActionsConfiguration

pub trait IUISwipeActionsConfiguration: Sized + Deref {
    unsafe fn actions(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn performsFirstActionWithFullSwipe(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setPerformsFirstActionWithFullSwipe_(
        self,
        performsFirstActionWithFullSwipe: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithActions_(actions: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn actions(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn performsFirstActionWithFullSwipe(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setPerformsFirstActionWithFullSwipe_(
    self,
    performsFirstActionWithFullSwipe: BOOL
) where
    Self::Target: Message + Sized

unsafe fn configurationWithActions_(actions: NSArray) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUISwipeActionsConfiguration for UISwipeActionsConfiguration[src]

Loading content...