[][src]Trait uikit_sys::IUIView

pub trait IUIView: Sized + Deref {
    unsafe fn initWithFrame_(self, frame: CGRect) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isUserInteractionEnabled(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setUserInteractionEnabled_(self, userInteractionEnabled: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tag(self) -> NSInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTag_(self, tag: NSInteger)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layer(self) -> CALayer
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn canBecomeFocused(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isFocused(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn semanticContentAttribute(self) -> UISemanticContentAttribute
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setSemanticContentAttribute_(
        self,
        semanticContentAttribute: UISemanticContentAttribute
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn effectiveUserInterfaceLayoutDirection(
        self
    ) -> UIUserInterfaceLayoutDirection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userInterfaceLayoutDirectionForSemanticContentAttribute_(
        attribute: UISemanticContentAttribute
    ) -> UIUserInterfaceLayoutDirection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userInterfaceLayoutDirectionForSemanticContentAttribute_relativeToLayoutDirection_(
        semanticContentAttribute: UISemanticContentAttribute,
        layoutDirection: UIUserInterfaceLayoutDirection
    ) -> UIUserInterfaceLayoutDirection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layerClass() -> Class
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithFrame_(self, frame: CGRect) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn setUserInteractionEnabled_(self, userInteractionEnabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn tag(self) -> NSInteger where
    Self::Target: Message + Sized

unsafe fn setTag_(self, tag: NSInteger) where
    Self::Target: Message + Sized

unsafe fn layer(self) -> CALayer where
    Self::Target: Message + Sized

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

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

unsafe fn semanticContentAttribute(self) -> UISemanticContentAttribute where
    Self::Target: Message + Sized

unsafe fn setSemanticContentAttribute_(
    self,
    semanticContentAttribute: UISemanticContentAttribute
) where
    Self::Target: Message + Sized

unsafe fn effectiveUserInterfaceLayoutDirection(
    self
) -> UIUserInterfaceLayoutDirection where
    Self::Target: Message + Sized

unsafe fn userInterfaceLayoutDirectionForSemanticContentAttribute_(
    attribute: UISemanticContentAttribute
) -> UIUserInterfaceLayoutDirection where
    Self::Target: Message + Sized

unsafe fn userInterfaceLayoutDirectionForSemanticContentAttribute_relativeToLayoutDirection_(
    semanticContentAttribute: UISemanticContentAttribute,
    layoutDirection: UIUserInterfaceLayoutDirection
) -> UIUserInterfaceLayoutDirection where
    Self::Target: Message + Sized

unsafe fn layerClass() -> Class where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIView for UIActionSheet[src]

impl IUIView for UIActivityIndicatorView[src]

impl IUIView for UIAlertView[src]

impl IUIView for UIButton[src]

impl IUIView for UICollectionReusableView[src]

impl IUIView for UICollectionView[src]

impl IUIView for UICollectionViewCell[src]

impl IUIView for UIControl[src]

impl IUIView for UIDatePicker[src]

impl IUIView for UIImageView[src]

impl IUIView for UIInputView[src]

impl IUIView for UILabel[src]

impl IUIView for UINavigationBar[src]

impl IUIView for UIPageControl[src]

impl IUIView for UIPickerView[src]

impl IUIView for UIPopoverBackgroundView[src]

impl IUIView for UIProgressView[src]

impl IUIView for UIRefreshControl[src]

impl IUIView for UIScrollView[src]

impl IUIView for UISearchBar[src]

impl IUIView for UISearchTextField[src]

impl IUIView for UISegmentedControl[src]

impl IUIView for UISlider[src]

impl IUIView for UIStackView[src]

impl IUIView for UISwitch[src]

impl IUIView for UITabBar[src]

impl IUIView for UITableView[src]

impl IUIView for UITableViewCell[src]

impl IUIView for UITableViewHeaderFooterView[src]

impl IUIView for UITextField[src]

impl IUIView for UITextView[src]

impl IUIView for UIToolbar[src]

impl IUIView for UIView[src]

impl IUIView for UIVisualEffectView[src]

impl IUIView for UIWebView[src]

impl IUIView for UIWindow[src]

Loading content...