[][src]Trait uikit_sys::UIView_UserInterfaceStyle

pub trait UIView_UserInterfaceStyle: Sized + Deref {
    unsafe fn overrideUserInterfaceStyle(self) -> UIUserInterfaceStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setOverrideUserInterfaceStyle_(
        self,
        overrideUserInterfaceStyle: UIUserInterfaceStyle
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn overrideUserInterfaceStyle(self) -> UIUserInterfaceStyle where
    Self::Target: Message + Sized

unsafe fn setOverrideUserInterfaceStyle_(
    self,
    overrideUserInterfaceStyle: UIUserInterfaceStyle
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UserInterfaceStyle for UIActionSheet[src]

impl UIView_UserInterfaceStyle for UIActivityIndicatorView[src]

impl UIView_UserInterfaceStyle for UIAlertView[src]

impl UIView_UserInterfaceStyle for UIButton[src]

impl UIView_UserInterfaceStyle for UICollectionReusableView[src]

impl UIView_UserInterfaceStyle for UICollectionView[src]

impl UIView_UserInterfaceStyle for UICollectionViewCell[src]

impl UIView_UserInterfaceStyle for UIControl[src]

impl UIView_UserInterfaceStyle for UIDatePicker[src]

impl UIView_UserInterfaceStyle for UIImageView[src]

impl UIView_UserInterfaceStyle for UIInputView[src]

impl UIView_UserInterfaceStyle for UILabel[src]

impl UIView_UserInterfaceStyle for UINavigationBar[src]

impl UIView_UserInterfaceStyle for UIPageControl[src]

impl UIView_UserInterfaceStyle for UIPickerView[src]

impl UIView_UserInterfaceStyle for UIPopoverBackgroundView[src]

impl UIView_UserInterfaceStyle for UIProgressView[src]

impl UIView_UserInterfaceStyle for UIRefreshControl[src]

impl UIView_UserInterfaceStyle for UIScrollView[src]

impl UIView_UserInterfaceStyle for UISearchBar[src]

impl UIView_UserInterfaceStyle for UISearchTextField[src]

impl UIView_UserInterfaceStyle for UISegmentedControl[src]

impl UIView_UserInterfaceStyle for UISlider[src]

impl UIView_UserInterfaceStyle for UIStackView[src]

impl UIView_UserInterfaceStyle for UISwitch[src]

impl UIView_UserInterfaceStyle for UITabBar[src]

impl UIView_UserInterfaceStyle for UITableView[src]

impl UIView_UserInterfaceStyle for UITableViewCell[src]

impl UIView_UserInterfaceStyle for UITableViewHeaderFooterView[src]

impl UIView_UserInterfaceStyle for UITextField[src]

impl UIView_UserInterfaceStyle for UITextView[src]

impl UIView_UserInterfaceStyle for UIToolbar[src]

impl UIView_UserInterfaceStyle for UIView[src]

impl UIView_UserInterfaceStyle for UIVisualEffectView[src]

impl UIView_UserInterfaceStyle for UIWebView[src]

impl UIView_UserInterfaceStyle for UIWindow[src]

Loading content...