[−][src]Trait uikit_sys::IUIView
Provided methods
unsafe fn initWithFrame_(self, frame: CGRect) -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn isUserInteractionEnabled(self) -> BOOL where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setUserInteractionEnabled_(self, userInteractionEnabled: BOOL) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn tag(self) -> NSInteger where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setTag_(self, tag: NSInteger) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn layer(self) -> CALayer where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn canBecomeFocused(self) -> BOOL where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn isFocused(self) -> BOOL where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn semanticContentAttribute(self) -> UISemanticContentAttribute where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setSemanticContentAttribute_(
self,
semanticContentAttribute: UISemanticContentAttribute
) where
Self::Target: Message + Sized,
self,
semanticContentAttribute: UISemanticContentAttribute
) where
Self::Target: Message + Sized,
unsafe fn effectiveUserInterfaceLayoutDirection(
self
) -> UIUserInterfaceLayoutDirection where
Self::Target: Message + Sized,
self
) -> UIUserInterfaceLayoutDirection where
Self::Target: Message + Sized,
unsafe fn userInterfaceLayoutDirectionForSemanticContentAttribute_(
attribute: UISemanticContentAttribute
) -> UIUserInterfaceLayoutDirection where
Self::Target: Message + Sized,
attribute: UISemanticContentAttribute
) -> UIUserInterfaceLayoutDirection where
Self::Target: Message + Sized,
unsafe fn userInterfaceLayoutDirectionForSemanticContentAttribute_relativeToLayoutDirection_(
semanticContentAttribute: UISemanticContentAttribute,
layoutDirection: UIUserInterfaceLayoutDirection
) -> UIUserInterfaceLayoutDirection where
Self::Target: Message + Sized,
semanticContentAttribute: UISemanticContentAttribute,
layoutDirection: UIUserInterfaceLayoutDirection
) -> UIUserInterfaceLayoutDirection where
Self::Target: Message + Sized,
unsafe fn layerClass() -> Class where
Self::Target: Message + Sized,
Self::Target: Message + Sized,