[][src]Trait uikit_sys::UIView_UIViewMotionEffects

pub trait UIView_UIViewMotionEffects: Sized + Deref {
    unsafe fn addMotionEffect_(self, effect: UIMotionEffect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeMotionEffect_(self, effect: UIMotionEffect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn motionEffects(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setMotionEffects_(self, motionEffects: NSArray)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addMotionEffect_(self, effect: UIMotionEffect) where
    Self::Target: Message + Sized

unsafe fn removeMotionEffect_(self, effect: UIMotionEffect) where
    Self::Target: Message + Sized

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

unsafe fn setMotionEffects_(self, motionEffects: NSArray) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIViewMotionEffects for UIActionSheet[src]

impl UIView_UIViewMotionEffects for UIActivityIndicatorView[src]

impl UIView_UIViewMotionEffects for UIAlertView[src]

impl UIView_UIViewMotionEffects for UIButton[src]

impl UIView_UIViewMotionEffects for UICollectionReusableView[src]

impl UIView_UIViewMotionEffects for UICollectionView[src]

impl UIView_UIViewMotionEffects for UICollectionViewCell[src]

impl UIView_UIViewMotionEffects for UIControl[src]

impl UIView_UIViewMotionEffects for UIDatePicker[src]

impl UIView_UIViewMotionEffects for UIImageView[src]

impl UIView_UIViewMotionEffects for UIInputView[src]

impl UIView_UIViewMotionEffects for UILabel[src]

impl UIView_UIViewMotionEffects for UINavigationBar[src]

impl UIView_UIViewMotionEffects for UIPageControl[src]

impl UIView_UIViewMotionEffects for UIPickerView[src]

impl UIView_UIViewMotionEffects for UIPopoverBackgroundView[src]

impl UIView_UIViewMotionEffects for UIProgressView[src]

impl UIView_UIViewMotionEffects for UIRefreshControl[src]

impl UIView_UIViewMotionEffects for UIScrollView[src]

impl UIView_UIViewMotionEffects for UISearchBar[src]

impl UIView_UIViewMotionEffects for UISearchTextField[src]

impl UIView_UIViewMotionEffects for UISegmentedControl[src]

impl UIView_UIViewMotionEffects for UISlider[src]

impl UIView_UIViewMotionEffects for UIStackView[src]

impl UIView_UIViewMotionEffects for UISwitch[src]

impl UIView_UIViewMotionEffects for UITabBar[src]

impl UIView_UIViewMotionEffects for UITableView[src]

impl UIView_UIViewMotionEffects for UITableViewCell[src]

impl UIView_UIViewMotionEffects for UITableViewHeaderFooterView[src]

impl UIView_UIViewMotionEffects for UITextField[src]

impl UIView_UIViewMotionEffects for UITextView[src]

impl UIView_UIViewMotionEffects for UIToolbar[src]

impl UIView_UIViewMotionEffects for UIView[src]

impl UIView_UIViewMotionEffects for UIVisualEffectView[src]

impl UIView_UIViewMotionEffects for UIWebView[src]

impl UIView_UIViewMotionEffects for UIWindow[src]

Loading content...