[][src]Trait uikit_sys::UIView_Interactions

pub trait UIView_Interactions: Sized + Deref {
    unsafe fn addInteraction_(self, interaction: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeInteraction_(self, interaction: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interactions(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInteractions_(self, interactions: NSArray)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addInteraction_(self, interaction: *mut u64) where
    Self::Target: Message + Sized

unsafe fn removeInteraction_(self, interaction: *mut u64) where
    Self::Target: Message + Sized

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

unsafe fn setInteractions_(self, interactions: NSArray) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_Interactions for UIActionSheet[src]

impl UIView_Interactions for UIActivityIndicatorView[src]

impl UIView_Interactions for UIAlertView[src]

impl UIView_Interactions for UIButton[src]

impl UIView_Interactions for UICollectionReusableView[src]

impl UIView_Interactions for UICollectionView[src]

impl UIView_Interactions for UICollectionViewCell[src]

impl UIView_Interactions for UIControl[src]

impl UIView_Interactions for UIDatePicker[src]

impl UIView_Interactions for UIImageView[src]

impl UIView_Interactions for UIInputView[src]

impl UIView_Interactions for UILabel[src]

impl UIView_Interactions for UINavigationBar[src]

impl UIView_Interactions for UIPageControl[src]

impl UIView_Interactions for UIPickerView[src]

impl UIView_Interactions for UIPopoverBackgroundView[src]

impl UIView_Interactions for UIProgressView[src]

impl UIView_Interactions for UIRefreshControl[src]

impl UIView_Interactions for UIScrollView[src]

impl UIView_Interactions for UISearchBar[src]

impl UIView_Interactions for UISearchTextField[src]

impl UIView_Interactions for UISegmentedControl[src]

impl UIView_Interactions for UISlider[src]

impl UIView_Interactions for UIStackView[src]

impl UIView_Interactions for UISwitch[src]

impl UIView_Interactions for UITabBar[src]

impl UIView_Interactions for UITableView[src]

impl UIView_Interactions for UITableViewCell[src]

impl UIView_Interactions for UITableViewHeaderFooterView[src]

impl UIView_Interactions for UITextField[src]

impl UIView_Interactions for UITextView[src]

impl UIView_Interactions for UIToolbar[src]

impl UIView_Interactions for UIView[src]

impl UIView_Interactions for UIVisualEffectView[src]

impl UIView_Interactions for UIWebView[src]

impl UIView_Interactions for UIWindow[src]

Loading content...