UISwitch 类

定义

显示 UIControl 开/关开关的 。

[Foundation.Register("UISwitch", true)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public class UISwitch : UIKit.UIControl, IDisposable
type UISwitch = class
    inherit UIControl
    interface INSCoding
    interface INativeObject
    interface IDisposable
继承
属性
实现

构造函数

UISwitch()

不带参数初始化此类的新实例的默认构造函数。

UISwitch(CGRect)

使用指定的帧初始化 UISwitch。

UISwitch(IntPtr)

创建非托管对象的托管表示形式时使用的构造函数;由运行时调用。

UISwitch(NSCoder)

从 unarchiver 对象中存储的数据初始化 对象的构造函数。

UISwitch(NSObjectFlag)

在派生类上调用 的构造函数,以跳过初始化并仅分配 对象。

属性

AccessibilityActivationPoint

辅助功能元素的屏幕坐标。

(继承自 UIView)
AccessibilityAssistiveTechnologyFocusedIdentifiers

显示 UIControl 开/关开关的 。

(继承自 UIResponder)
AccessibilityAttributedHint

一个特性化字符串,提供辅助功能元素行为的简要说明。

(继承自 UIView)
AccessibilityAttributedLabel

描述 用途的 UIView简短特性化字符串。

(继承自 UIView)
AccessibilityAttributedValue

一个属性化字符串,当它不同于 AccessibilityAttributedLabel时,它包含 的值UIView

(继承自 UIView)
AccessibilityCustomActions

允许将方法作为辅助功能支持补充操作添加到 AccessibilityCustomActions

(继承自 UIResponder)
AccessibilityDragSourceDescriptors

显示 UIControl 开/关开关的 。

(继承自 UIResponder)
AccessibilityDropPointDescriptors

显示 UIControl 开/关开关的 。

(继承自 UIResponder)
AccessibilityElementsHidden

视图的辅助功能元素是否可见。

(继承自 UIView)
AccessibilityFrame

辅助功能元素的框架,以屏幕坐标表示。

(继承自 UIView)
AccessibilityHint

辅助功能元素执行的操作的简要说明。

(继承自 UIView)
AccessibilityIdentifier

出于辅助功能目的,唯一标识 this

(继承自 UIView)
AccessibilityIgnoresInvertColors

获取或设置 是否 UIView 将反转其颜色以响应此类辅助功能请求。

(继承自 UIView)
AccessibilityLabel

辅助功能元素的本地化标识符。

(继承自 UIView)
AccessibilityLanguage

用于说辅助功能元素组件的语言的 BCP 47 语言标记。

(继承自 UIView)
AccessibilityNavigationStyle

获取或设置导航样式。

(继承自 UIView)
AccessibilityPath

允许辅助功能元素为非矩形元素。

(继承自 UIView)
AccessibilityTraits

的 的 this位掩UIAccessibilityTrait码。

(继承自 UIView)
AccessibilityValue

辅助功能元素的值。

(继承自 UIView)
AccessibilityViewIsModal

Voice Over 是否应忽略同级元素。

(继承自 UIView)
AlignmentRectInsets

调整用于 Frame 自动布局的 。

(继承自 UIView)
AllControlEvents

与此 UIControl 关联的控件事件。

(继承自 UIControl)
AllTargets

与此 UIControl 关联的目标对象。

(继承自 UIControl)
Alpha

控制视图的透明度 (alpha) 值。

(继承自 UIView)
Appearance

返回此类的 UIAppearance 类的强类型属性。

AutoresizingMask

一个位掩码,指定接收方在其超视图边界更改时应如何调整自身大小。

(继承自 UIView)
AutosizesSubviews

指定接收器更改时是否应自动调整其Bounds大小Subviews

(继承自 UIView)
BackgroundColor

设置 的背景 UIView色。

(继承自 UIView)
BottomAnchor

定义 NSLayoutYAxisAnchorUIView的底部的 。

(继承自 UIView)
Bounds

视图的可用框架,使用视图自己的坐标系指定。

(继承自 UIView)
CanBecomeFirstResponder

确定此 UIREsponder 是否愿意成为第一响应者。

(继承自 UIResponder)
CanBecomeFocused

UIView 是否可以成为焦点视图。

(继承自 UIView)
CanResignFirstResponder

确定此 UIResponder 是否愿意放弃其第一响应方状态。

(继承自 UIResponder)
Center

容器坐标空间中的视图中心。

(继承自 UIView)
CenterXAnchor

定义 NSLayoutXAxisAnchorUIView的 X 轴中心的 。

(继承自 UIView)
CenterYAnchor

定义 NSLayoutYAxisAnchorUIView的 Y 轴中心的 。

(继承自 UIView)
Class

显示 UIControl 开/关开关的 。

(继承自 NSObject)
ClassHandle

此类的句柄。

ClearsContextBeforeDrawing

指定在调用之前擦除绘图缓冲区 DrawRect(CGRect, UIViewPrintFormatter)

(继承自 UIView)
ClipsToBounds

指定 是否 Subviews 局限于 Bounds 接收方的 。

(继承自 UIView)
CollisionBoundingPath

获取 UIBezierPath 要用于碰撞检测的 。

(继承自 UIView)
CollisionBoundsType

获取描述 UIDynamicItemCollisionBoundsType 用于检测到的冲突的边界类型的 。

(继承自 UIView)
Constraints

自动布局对此 UIView使用的约束。

(继承自 UIView)
ContentMode

控制在视图边界更改时必须如何呈现视图的缓存位图。

(继承自 UIView)
ContentScaleFactor

每个逻辑坐标点的设备像素数。

(继承自 UIView)
ContentStretch

开发人员不应使用此已弃用的属性。 开发人员应改用“CreateResizableImage”。

(继承自 UIView)
CoordinateSpace

返回 UIView 的坐标空间实现。

(继承自 UIView)
DebugDescription

此对象的开发人员有意义的说明。

(继承自 NSObject)
Description

对象的说明,即 ToString 的 Objective-C 版本。

(继承自 NSObject)
DirectionalLayoutMargins

获取或设置布局边距,用于布局遵循当前语言方向的内容。

(继承自 UIView)
EffectiveContentHorizontalAlignment

获取当前水平对齐方式。

(继承自 UIControl)
EffectiveUserInterfaceLayoutDirection

获取用于排列视图内容的布局方向。

(继承自 UIView)
Enabled

是否启用此 UIControl。

(继承自 UIControl)
ExclusiveTouch

将事件传送限制到此视图。

(继承自 UIView)
FirstBaselineAnchor

一个 , NSLayoutYAxisAnchor 它基于此 UIView中第一行文本的基线定义约束。

(继承自 UIView)
Focused

是否 UIView 为聚焦视图。

(继承自 UIView)
FocusItemContainer

获取焦点容器,该容器向子焦点项提供空间信息。

(继承自 UIView)
Frame

视图相对于其容器的坐标。

(继承自 UIView)
GestureRecognizers

UIViewUIGestureRecognizer数组。

(继承自 UIView)
Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 NSObject)
HasAmbiguousLayout

true如果此UIView的自动布局不明确,则返回 。

(继承自 UIView)
HeightAnchor

定义 NSLayoutDimensionUIView的高度的 。

(继承自 UIView)
Hidden

指定 是否 UIView 显示 。

(继承自 UIView)
Highlighted

是否突出显示此 UIControl。

(继承自 UIControl)
HorizontalAlignment

此 UIControl 内容的水平对齐方式。

(继承自 UIControl)
InputAccessoryView

当对象成为第一个响应者时可以附加的自定义视图。

(继承自 UIResponder)
InputAccessoryViewController

获取成为第一个响应者时thisUIResponder要显示的自定义附件UIInputViewController

(继承自 UIResponder)
InputAssistantItem

获取将用于配置快捷栏的助手。

(继承自 UIResponder)
InputView

在对象成为第一响应者时显示的自定义视图。 只读。

(继承自 UIResponder)
InputViewController

获取成为第一个响应者时thisUIResponder要显示的自定义UIInputViewController

(继承自 UIResponder)
InsetsLayoutMarginsFromSafeArea

获取或设置一个布尔值,该值控制边距是否调整为始终位于安全区域内。 默认值为 true

(继承自 UIView)
Interactions

获取或设置当前交互集。

(继承自 UIView)
IntrinsicContentSize

的内部内容 UIView的大小。

(继承自 UIView)
IsAccessibilityElement

是否 this 为辅助功能元素。

(继承自 UIView)
IsDirectBinding

显示 UIControl 开/关开关的 。

(继承自 NSObject)
IsFirstResponder

返回此 UIResponder 是否为第一响应方。

(继承自 UIResponder)
IsProxy

显示 UIControl 开/关开关的 。

(继承自 NSObject)
KeyCommands

应在此 UIResponder 上触发操作的关键命令。 只读。

(继承自 UIResponder)
LastBaselineAnchor

一个 , NSLayoutYAxisAnchor 它基于此 UIView中第一行文本的基线定义约束。

(继承自 UIView)
Layer

用于呈现的核心动画层。

(继承自 UIView)
LayoutGuides

UILayoutGuide为此 UIView定义的 对象。

(继承自 UIView)
LayoutMargins

布局边距。

(继承自 UIView)
LayoutMarginsGuide

定义边距属性。

(继承自 UIView)
LeadingAnchor

定义 NSLayoutXAxisAnchorUIView的前边缘的 。

(继承自 UIView)
LeftAnchor

定义 NSLayoutXAxisAnchorUIView的左边缘的 。

(继承自 UIView)
MaskView

返回掩码视图。

(继承自 UIView)
MotionEffects

此视图上的当前运动效果集。

(继承自 UIView)
MultipleTouchEnabled

控制 UIView 是否可以处理多点触控事件。

(继承自 UIView)
NextResponder

响应链上的下一个响应者

(继承自 UIResponder)
OffImage

用于指示“关闭”的图像。

On

如果开关的状态为打开或关闭,则此属性返回 。

OnImage

表示“打开”状态的 UIImage。

OnTintColor

打开开关时要使用的色调颜色。

Opaque

确定视图是否不透明。

(继承自 UIView)
ParentFocusEnvironment

获取父焦点环境。

(继承自 UIView)
PasteConfiguration

UIPasteConfiguration对象支持的 this

(继承自 UIResponder)
PreferredFocusedView

返回 UIView 实际应聚焦的 。

(继承自 UIView)
PreferredFocusEnvironments

系统以递归方式搜索以查找默认聚焦视图的 数组 IUIFocusEnvironment

(继承自 UIView)
PreservesSuperviewLayoutMargins

保留超视图的布局边距。

(继承自 UIView)
ReadableContentGuide

用户可在最小头部移动的情况下读取的区域。

(继承自 UIView)
RestorationIdentifier

如果不是 null,则 UIView 指示 支持状态保留和还原。

(继承自 UIView)
RetainCount

返回对象的当前 Objective-C 保留计数。

(继承自 NSObject)
RightAnchor

定义 NSLayoutXAxisAnchorUIView的右边缘的 。

(继承自 UIView)
SafeAreaInsets

获取放置内容的嵌入,以便导航和选项卡栏、工具栏和其他内容不会遮盖内容视图。

(继承自 UIView)
SafeAreaLayoutGuide

获取用于放置内容的布局指南,以便导航和选项卡栏、工具栏和其他内容不会遮盖内容视图。

(继承自 UIView)
Selected

是否选择了此 UIControl。

(继承自 UIControl)
Self

显示 UIControl 开/关开关的 。

(继承自 NSObject)
SemanticContentAttribute

指定在与从右向左布局一起使用时,是 UIView 应保持其布局还是翻转。

(继承自 UIView)
ShouldGroupAccessibilityChildren

的子级是否 UIView应出于配音目的进行分组,而不考虑其在屏幕上的位置。

(继承自 UIView)
State

一个位掩码,指示此 UIControl 的状态。 只读。

(继承自 UIControl)
Subviews

包含在 中的 thisUIView数组UIView

(继承自 UIView)
Superclass

显示 UIControl 开/关开关的 。

(继承自 NSObject)
SuperHandle

用于表示此 NSObject 基类中方法的句柄。

(继承自 NSObject)
Superview

UIView包含其 Subviews中的 (如果有thisUIView)。

(继承自 UIView)
Tag

可用于标识特定 UIView 实例的整数。

(继承自 UIView)
TextInputContextIdentifier

一个标识符,指示此 UIResponder 应保留其文本输入模式信息。 只读。

(继承自 UIResponder)
TextInputMode

此 UIResponder 的文本输入模式。 只读。

(继承自 UIResponder)
ThumbTintColor

用于着色拇指的颜色。

TintAdjustmentMode

应用于此 UIView 视图或其父视图之一的色调调整。

(继承自 UIView)
TintColor

应用于指示交互式控件的突出显示颜色。

(继承自 UIView)
TopAnchor

定义 NSLayoutYAxisAnchorUIView的顶部的 。

(继承自 UIView)
TouchInside

触摸是否在此 UIControl 内。 只读。

(继承自 UIControl)
Tracking

此 UIControl 是否跟踪与事件相关的触摸。 只读。

(继承自 UIControl)
TrailingAnchor

定义 NSLayoutXAxisAnchorUIView的前边缘的 。

(继承自 UIView)
TraitCollection

返回特征集合。

(继承自 UIView)
Transform

相对于其边界中心的 转换 UIView

(继承自 UIView)
TranslatesAutoresizingMaskIntoConstraints

指定是否应将自动调整大小掩码转换为自动布局的约束。

(继承自 UIView)
UndoManager

响应方链中最近的共享 NSUndoManager。 只读。

(继承自 UIResponder)
UserActivity

封装此响应方支持的用户活动的操作。

(继承自 UIResponder)
UserInteractionEnabled

确定此视图是否处理输入事件。

(继承自 UIView)
VerticalAlignment

此 UIControl 内容的垂直对齐方式。

(继承自 UIControl)
ViewForBaselineLayout

返回 UIView 应对其应用基线约束的 。

(继承自 UIView)
ViewForFirstBaselineLayout

重写时,允许应用开发人员返回子视图作为基线约束的基础。

(继承自 UIView)
ViewForLastBaselineLayout

重写时,允许应用开发人员返回子视图作为基线约束的基础。

(继承自 UIView)
ViewPrintFormatter

返回 UIViewPrintFormatter 适用于 的 UIView

(继承自 UIView)
WidthAnchor

定义 NSLayoutDimensionUIView的水平范围的 。

(继承自 UIView)
Window

UIWindowUIView

(继承自 UIView)
Zone

显示 UIControl 开/关开关的 。

(继承自 NSObject)

方法

AccessibilityActivate()

激活此 UIView 的辅助功能,成功后返回 true

(继承自 UIView)
AccessibilityDecrement()

指示辅助功能元素减去其内容的值。

(继承自 UIResponder)
AccessibilityElementDidBecomeFocused()

指示辅助技术已将其焦点设置为 thisUIResponder

(继承自 UIResponder)
AccessibilityElementDidLoseFocus()

指示辅助技术已将其焦点从 thisUIResponder更改为 。

(继承自 UIResponder)
AccessibilityElementIsFocused()

指示辅助技术是否侧重于 thisUIResponder

(继承自 UIResponder)
AccessibilityIncrement()

告知辅助功能元素递增其内容的值。

(继承自 UIResponder)
AccessibilityPerformEscape()

指示辅助功能系统关闭模式弹出框或分层显示的元素。

(继承自 UIResponder)
AccessibilityPerformMagicTap()

切换应用的应用程序定义的“最重要的状态”。

(继承自 UIResponder)
AccessibilityScroll(UIAccessibilityScrollDirection)

重写时,允许辅助功能系统执行滚动。

(继承自 UIResponder)
ActionForLayer(CALayer, String)

检索由 标识的、面向 的默认值 CAAction

(继承自 UIView)
Add(UIView)

这是 的 AddSubview(UIView)别名,但使用 Add 模式,因为它允许 C# 3.0 构造在创建对象后添加子视图。

(继承自 UIView)
AddConstraint(NSLayoutConstraint)

向接收视图或其子视图的布局添加约束。

(继承自 UIView)
AddConstraints(NSLayoutConstraint[])

向接收视图或其子视图的布局添加多个约束。

(继承自 UIView)
AddGestureRecognizer(UIGestureRecognizer)

向此视图添加手势识别器。

(继承自 UIView)
AddInteraction(IUIInteraction)

将交互添加到视图。

(继承自 UIView)
AddLayoutGuide(UILayoutGuide)

添加指定的 guide,允许自动版式控件而无需创建虚拟视图。

(继承自 UIView)
AddMotionEffect(UIMotionEffect)

将指定的运动效果添加到视图。

(继承自 UIView)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

使用 NSString keyPath) 注册一个对象,以便在外部 (观察到该对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

使用字符串 keyPath) 注册一个对象,以便在外部 (观察到该对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察。

(继承自 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察。

(继承自 NSObject)
AddSubview(UIView)

将指定的视图添加为此视图的子视图。

(继承自 UIView)
AddSubviews(UIView[])

将各种视图添加到 UIView 的便利例程。

(继承自 UIView)
AddTarget(EventHandler, UIControlEvent)

为指定的事件集添加事件处理程序。

(继承自 UIControl)
AddTarget(NSObject, Selector, UIControlEvent)

将目标和控件事件 () 添加到此 UIControl 的内部调度表中。

(继承自 UIControl)
AlignmentRectForFrame(CGRect)

返回自动布局的自定义对齐矩形。

(继承自 UIView)
AppearanceWhenContainedIn(Type[])

当视图托管在指定的层次结构中时,返回此类实例的强类型 UIAppearance。

AwakeFromNib()

从 nib 文件加载对象后调用。 替代器必须调用 base。AwakeFromNib () 。

(继承自 NSObject)
BecomeFirstResponder()

请求对象成为第一个响应者。

(继承自 UIResponder)
BeginInvokeOnMainThread(Action)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

在主 UI 线程上异步调用指定的代码。

(继承自 NSObject)
BeginTracking(UITouch, UIEvent)

指示与指定事件相关的触摸已进入 UIControl 的边界。

(继承自 UIControl)
Bind(NSString, NSObject, String, NSDictionary)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
Bind(String, NSObject, String, NSDictionary)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
BindingInfo(String)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
BindingOptionDescriptions(String)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
BindingValueClass(String)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
BringSubviewToFront(UIView)

移动指定的子视图,使其显示在其他 Subviews的前面。

(继承自 UIView)
CancelTracking(UIEvent)

停止与指定事件相关的跟踪。

(继承自 UIControl)
CanPaste(NSItemProvider[])

获取是否可以 this 接受 的粘贴操作。

(继承自 UIResponder)
CanPerform(Selector, NSObject)

确定此 UIResponder 是否可以执行指定的操作。 通常用于探测编辑命令。

(继承自 UIResponder)
Capture(Boolean)

执行 的屏幕截图 UIView

(继承自 UIView)
CommitEditing()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
CommitEditing(NSObject, Selector, IntPtr)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
ConformsToProtocol(IntPtr)

调用以确定此对象是否实现指定的协议。

(继承自 NSObject)
ContentCompressionResistancePriority(UILayoutConstraintAxis)

返回轴压缩到其内部大小以下的阻力。

(继承自 UIView)
ContentHuggingPriority(UILayoutConstraintAxis)

返回轴扩展大于其固有大小的阻力。

(继承自 UIView)
ContinueTracking(UITouch, UIEvent)

当 UIControl 跟踪其边界内的触摸(与指定的 event.|当 UIControl 在其边界内跟踪与给定事件相关的触摸时重复调用。

(继承自 UIControl)
ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace)

从坐标系转换为 thisUIView 对象的坐标系。

(继承自 UIView)
ConvertPointFromView(CGPoint, UIView)

从 的坐标系转换为 this 对象的坐标系。

(继承自 UIView)
ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace)

将 对象的 this 坐标系转换为 的坐标系。

(继承自 UIView)
ConvertPointToView(CGPoint, UIView)

将 对象的 this 坐标系转换为 的坐标系。

(继承自 UIView)
ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace)

从 的坐标系转换为 this 对象的坐标系统。

(继承自 UIView)
ConvertRectFromView(CGRect, UIView)

从 中使用的坐标系转换为 this 对象的坐标系统。

(继承自 UIView)
ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace)

this 对象的坐标系转换为 所描述的坐标系。

(继承自 UIView)
ConvertRectToView(CGRect, UIView)

将 对象的 this 坐标系转换为 的坐标系。

(继承自 UIView)
Copy()

执行基础 Objective-C 对象的副本。

(继承自 NSObject)
Copy(NSObject)

指示“复制”编辑操作。

(继承自 UIResponder)
Cut(NSObject)

指示“剪切”编辑操作。

(继承自 UIResponder)
DangerousAutorelease()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
DangerousRelease()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
DangerousRetain()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
DecodeRestorableState(NSCoder)

应用程序开发人员可以重写此方法以支持状态还原。

(继承自 UIView)
Delete(NSObject)

指示“删除”编辑操作。

(继承自 UIResponder)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

指示对多关系的索引发生了更改。

(继承自 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
DidChangeValue(String)

指示对指定的键进行了更改。

(继承自 NSObject)
DidHintFocusMovement(UIFocusMovementHint)

调用以告知 UIView 中的焦点项焦点可能会更改。

(继承自 UIView)
DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator)

UIView 丢失或接收焦点后调用。 (另请参阅 ShouldUpdateFocus(UIFocusUpdateContext)。)

(继承自 UIView)
DisplayLayer(CALayer)

显示 UIControl 开/关开关的 。

(继承自 UIView)
Dispose()

释放 NSObject 对象使用的资源。

(继承自 NSObject)
Dispose(Boolean)

释放 UIView 对象使用的资源。

(继承自 UIView)
DoesNotRecognizeSelector(Selector)

指示此对象无法识别指定的选择器。

(继承自 NSObject)
Draw(CGRect)

在传入的矩形内绘制视图。

(继承自 UIView)
DrawLayer(CALayer, CGContext)

显示 UIControl 开/关开关的 。

(继承自 UIView)
DrawRect(CGRect, UIViewPrintFormatter)

如果开发人员的应用程序绘制内容, UIView 则应重写此方法。

(继承自 UIView)
DrawViewHierarchy(CGRect, Boolean)

在屏幕上呈现可见的完整视图层次结构。

(继承自 UIView)
EncodeRestorableState(NSCoder)

应用程序开发人员可以重写此方法以存储与视图关联的状态。

(继承自 UIView)
EncodeTo(NSCoder)

在提供的编码器上对对象的状态进行编码

EndTracking(UITouch, UIEvent)

指示给定事件的最后一次触摸已完成,指示跟踪应停止。

(继承自 UIControl)
Equals(NSObject)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
Equals(Object)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
ExchangeSubview(nint, nint)

此方法交换数组中SubviewsUIView个 的索引。

(继承自 UIView)
ExerciseAmbiguityInLayout()

在一组不明确的自动布局约束中随机更改 Frame

(继承自 UIView)
ExposedBindings()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
FrameForAlignmentRect(CGRect)

返回将 应用于 alignmentRect 当前自动布局约束所生成的帧。

(继承自 UIView)
GestureRecognizerShouldBegin(UIGestureRecognizer)

确定是否应允许指定的手势识别器跟踪触摸事件。

(继承自 UIView)
GetActions(NSObject, UIControlEvent)

与目标和控制事件关联的操作。

(继承自 UIControl)
GetAppearance(UITraitCollection)

返回指定 traits的外观代理。

GetAppearance(UITraitCollection, Type[])

在包含层次结构中找到containers时,返回指定的 traits 的外观代理。

GetAppearance<T>()

获取 UISwitch 子类的外观代理 UISwitch.UISwitchAppearance

GetAppearance<T>(UITraitCollection)

获取 UISwitch 子类的外观代理 UISwitch.UISwitchAppearance

GetAppearance<T>(UITraitCollection, Type[])

当视图托管在指定的层次结构中时,获取具有指定特征集合的 UISwitch 子类的外观代理 UISwitch.UISwitchAppearance

GetBindingInfo(NSString)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
GetBindingOptionDescriptions(NSString)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
GetBindingValueClass(NSString)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
GetConstraintsAffectingLayout(UILayoutConstraintAxis)

返回影响沿指定 axis的布局的 UIView 数组NSLayoutConstraint

(继承自 UIView)
GetDictionaryOfValuesFromKeys(NSString[])

检索指定键的值。

(继承自 NSObject)
GetEnumerator()

返回一个枚举器,该枚举器列出此视图中的所有子视图

(继承自 UIView)
GetFocusItems(CGRect)

返回指定矩形内所有子焦点项的列表。

(继承自 UIView)
GetHashCode()

为当前实例生成哈希代码。

(继承自 NSObject)
GetMethodForSelector(Selector)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
GetNativeField(String)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
GetNativeHash()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
GetTargetForAction(Selector, NSObject)

返回响应操作的对象。

(继承自 UIResponder)
HitTest(CGPoint, UIEvent)

最前面可见的已启用交互的 UIView 包含 。

(继承自 UIView)
Init()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
InitializeHandle(IntPtr)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
InitializeHandle(IntPtr, String)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
InsertSubview(UIView, nint)

将指定子视图作为此视图的子视图插入到指定位置。

(继承自 UIView)
InsertSubviewAbove(UIView, UIView)

在视图层次结构中的同级上方插入指定的视图

(继承自 UIView)
InsertSubviewBelow(UIView, UIView)

在视图层次结构中的 下面 siblingSubview 插入指定的视图。

(继承自 UIView)
InvalidateIntrinsicContentSize()

提醒自动布局系统, 的 UIView 固有值已更改。

(继承自 UIView)
Invoke(Action, Double)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
Invoke(Action, TimeSpan)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
InvokeOnMainThread(Action)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
InvokeOnMainThread(Selector, NSObject)

同步调用主 UI 线程上的指定代码。

(继承自 NSObject)
IsDescendantOfView(UIView)

true如果 位于 的视图层次结构中,则thisUIViewview返回 。

(继承自 UIView)
IsEqual(NSObject)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
IsKindOfClass(Class)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
IsMemberOfClass(Class)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
LayoutIfNeeded()

根据需要设置子视图的布局。

(继承自 UIView)
LayoutMarginsDidChange()

布局已更改的子视图

(继承自 UIView)
LayoutSublayersOfLayer(CALayer)

调用以指示对象的 Bounds 已更改。

(继承自 UIView)
LayoutSubviews()

布局子视图。

(继承自 UIView)
MakeTextWritingDirectionLeftToRight(NSObject)

将文本写入的方向设置为从左到右。

(继承自 UIResponder)
MakeTextWritingDirectionRightToLeft(NSObject)

将文本的写入方向设置为从右到左。

(继承自 UIResponder)
MarkDirty()

将常规对等对象 (IsDirectBinding 为 true) 提升为 toggleref 对象。

(继承自 NSObject)
MotionBegan(UIEventSubtype, UIEvent)

当动作 (摇动) 开始时调用的方法。

(继承自 UIResponder)
MotionCancelled(UIEventSubtype, UIEvent)

如果操作系统取消动作 (摇动) 事件,则调用的方法。

(继承自 UIResponder)
MotionEnded(UIEventSubtype, UIEvent)

当动作 (摇动) 完成时调用的方法。

(继承自 UIResponder)
MovedToSuperview()

指示 UIView 已更改其 Superview 属性。

(继承自 UIView)
MovedToWindow()

指示 UIView 已更改其 Window 属性。

(继承自 UIView)
MutableCopy()

创建指定 NSObject 的可变副本。

(继承自 NSObject)
NeedsUpdateConstraints()

指示需要更新的 UIView 自动布局约束。

(继承自 UIView)
ObjectDidEndEditing(NSObject)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

指示相对于此对象的指定 keyPath 处的值已更改。

(继承自 NSObject)
Paste(NSItemProvider[])

调用以从 执行粘贴操作。

(继承自 UIResponder)
Paste(NSObject)

指示“粘贴”编辑操作。

(继承自 UIResponder)
PerformSelector(Selector)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PerformSelector(Selector, NSObject)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PerformSelector(Selector, NSObject, Double)

在当前实例上调用选择器,如果 obj 不为 null,则将其作为其单个参数传递。

(继承自 NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PerformSelector(Selector, NSObject, NSObject)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PointInside(CGPoint, UIEvent)

是否在 对象的 内thisUIViewBounds

(继承自 UIView)
PrepareForInterfaceBuilder()

显示 UIControl 开/关开关的 。

(继承自 NSObject)
PressesBegan(NSSet<UIPress>, UIPressesEvent)

指示已按下遥控器或游戏控制器上的物理按钮。

(继承自 UIResponder)
PressesCancelled(NSSet<UIPress>, UIPressesEvent)

指示物理按钮按下事件因系统事件而取消。

(继承自 UIResponder)
PressesChanged(NSSet<UIPress>, UIPressesEvent)

指示 Force 的值 evt 已更改。

(继承自 UIResponder)
PressesEnded(NSSet<UIPress>, UIPressesEvent)

指示在遥控器或游戏控制器上按下物理按钮的结束。

(继承自 UIResponder)
ReloadInputViews()

当此对象是第一响应者时,汇报自定义输入和附件视图。

(继承自 UIResponder)
RemoteControlReceived(UIEvent)

指示已收到远程控制事件。

(继承自 UIResponder)
RemoveConstraint(NSLayoutConstraint)

UIViewConstraints的 中删除自动布局约束。

(继承自 UIView)
RemoveConstraints(NSLayoutConstraint[])

UIViewConstraints的 中删除多个自动布局约束。

(继承自 UIView)
RemoveFromSuperview()

从其 SuperviewUIView分离 。

(继承自 UIView)
RemoveGestureRecognizer(UIGestureRecognizer)

UIViewGestureRecognizers的 中移除手势识别器。

(继承自 UIView)
RemoveInteraction(IUIInteraction)

从视图中删除交互。

(继承自 UIView)
RemoveLayoutGuide(UILayoutGuide)

guide从数组中删除 LayoutGuides

(继承自 UIView)
RemoveMotionEffect(UIMotionEffect)

删除视图的指定运动效果。

(继承自 UIView)
RemoveObserver(NSObject, NSString)

阻止指定观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

停止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String)

阻止指定观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String, IntPtr)

停止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RemoveTarget(EventHandler, UIControlEvent)

删除指定事件列表以前安装的事件处理程序。

(继承自 UIControl)
RemoveTarget(NSObject, Selector, UIControlEvent)

删除特定事件的目标和操作。

(继承自 UIControl)
ResignFirstResponder()

当要求此 UIResponder 辞职其第一响应方状态时调用。

(继承自 UIResponder)
ResizableSnapshotView(CGRect, Boolean, UIEdgeInsets)

在 中有效地创建对象的当前外观的呈现 this

(继承自 UIView)
RespondsToSelector(Selector)

此对象是否识别指定的选择器。

(继承自 NSObject)
RestoreUserActivityState(NSUserActivity)

还原延续指定用户活动所需的状态。

(继承自 UIResponder)
SafeAreaInsetsDidChange()

安全区域更改时调用的方法。

(继承自 UIView)
Select(NSObject)

指示“选择”编辑操作。|B

(继承自 UIResponder)
SelectAll(NSObject)

指示“全选”编辑操作。

(继承自 UIResponder)
SendAction(Selector, NSObject, UIEvent)

指示已发生事件,并向应用程序发送操作消息以调度到目标。

(继承自 UIControl)
SendActionForControlEvents(UIControlEvent)

为指定的控件事件发送操作消息。

(继承自 UIControl)
SendSubviewToBack(UIView)

移动 , UIView 使其显示在其所有同级后面。

(继承自 UIView)
SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis)

将抗压缩设置为低于 UIViewIntrinsicContentSize

(继承自 UIView)
SetContentHuggingPriority(Single, UILayoutConstraintAxis)

设置对超出 UIView的 的扩展的 IntrinsicContentSize阻力。

(继承自 UIView)
SetNativeField(String, NSObject)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
SetNeedsDisplay()

将视图标记为脏,并对其进行重绘操作排队。

(继承自 UIView)
SetNeedsDisplayInRect(CGRect)

将视图的某个区域标记为脏,并在该区域上对重绘操作进行排队。

(继承自 UIView)
SetNeedsFocusUpdate()

当 是活动焦点环境时 this ,请求焦点更新,这可能会更改 PreferredFocusedView。 (另请参阅 UpdateFocusIfNeeded()。)

(继承自 UIView)
SetNeedsLayout()

设置子视图是否需要在显示之前重新排列。

(继承自 UIView)
SetNeedsUpdateConstraints()

向自动布局系统指示它必须调用 UpdateConstraints()

(继承自 UIView)
SetNilValueForKey(NSString)

将指定键的值设置为 null。

(继承自 NSObject)
SetState(Boolean, Boolean)

此方法更改开关的状态,并将对更改进行动画处理(如果指定)。

SetValueForKey(NSObject, NSString)

将键指定的属性的值设置为指定的值。

(继承自 NSObject)
SetValueForKeyPath(IntPtr, NSString)

创建非托管对象的托管表示形式时使用的构造函数;由运行时调用。

(继承自 NSObject)
SetValueForKeyPath(NSObject, NSString)

设置可以使用键路径访问的属性的值。

(继承自 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

指示尝试将值写入未定义的键。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

将此 NSObject 的值设置为指定字典中的值。

(继承自 NSObject)
ShouldUpdateFocus(UIFocusUpdateContext)

UIView 失去或接收焦点之前调用。 如果任一焦点环境返回 false,则取消焦点更新。

(继承自 UIView)
SizeThatFits(CGSize)

返回 SizeF 最适合 的 thisUIView

(继承自 UIView)
SizeToFit()

移动并调整 大小 UIView ,使其紧密地封闭 Subviews

(继承自 UIView)
SnapshotView(Boolean)

创建一个 UIView ,其中包含当前视图内容的快照图像。

(继承自 UIView)
SubviewAdded(UIView)

在添加子视图时告知视图。

(继承自 UIView)
SystemLayoutSizeFittingSize(CGSize)

计算满足 UIView 其自动布局约束的最小或最大大小。

(继承自 UIView)
SystemLayoutSizeFittingSize(CGSize, Single, Single)

根据约束和拟合优先级参数返回 的最佳大小 this

(继承自 UIView)
TintColorDidChange()

更改时 TintColor 调用,例如显示 时 UIActionSheet

(继承自 UIView)
ToggleBoldface(NSObject)

切换粗体字体的使用。

(继承自 UIResponder)
ToggleItalics(NSObject)

切换斜体字体的使用。

(继承自 UIResponder)
ToggleUnderline(NSObject)

切换下划线的使用。

(继承自 UIResponder)
ToString()

返回当前实例的值的字符串表示形式。

(继承自 NSObject)
TouchesBegan(NSSet, UIEvent)

当一个或多个手指触摸屏幕时发送。

(继承自 UIResponder)
TouchesCancelled(NSSet, UIEvent)

取消触摸处理时发送。

(继承自 UIResponder)
TouchesEnded(NSSet, UIEvent)

从屏幕上抬起一个或多个手指时发送。

(继承自 UIResponder)
TouchesEstimatedPropertiesUpdated(NSSet)

更新 的 touches 估计属性时调用。

(继承自 UIResponder)
TouchesMoved(NSSet, UIEvent)

当一个或多个手指在屏幕上移动时发送。

(继承自 UIResponder)
TraitCollectionDidChange(UITraitCollection)

定义以前的特征集合。

(继承自 UIView)
Unbind(NSString)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
Unbind(String)
已过时.

显示 UIControl 开/关开关的 。

(继承自 NSObject)
UpdateConstraints()

汇报 的UIView自动布局约束。

(继承自 UIView)
UpdateConstraintsIfNeeded()

汇报 及其 Subviews的约束UIView

(继承自 UIView)
UpdateFocusIfNeeded()

如果任何焦点环境有挂起的更新,此方法将强制立即更新焦点。 与 不同 SetNeedsFocusUpdate(),此方法可由任何 UIView调用,无论它当前是否包含焦点。

(继承自 UIView)
UpdateUserActivityState(NSUserActivity)

汇报给定的用户活动状态。

(继承自 UIResponder)
ValueForKey(NSString)

返回与指定键关联的属性的值。

(继承自 NSObject)
ValueForKeyPath(NSString)

返回可以使用键路径访问的属性的值。

(继承自 NSObject)
ValueForUndefinedKey(NSString)

指示尝试读取未定义键的值。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
ViewWithTag(nint)

返回 UIView 由 标识的 tag。 可能返回 null

(继承自 UIView)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

指示指定键中指定索引的值即将更改。

(继承自 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

显示 UIControl 开/关开关的 。

(继承自 NSObject)
WillChangeValue(String)

指示指定键的值即将更改。

(继承自 NSObject)
WillDrawLayer(CALayer)

在绘制 之前不久调用。

(继承自 UIView)
WillMoveToSuperview(UIView)

在更改之前调用 Superview

(继承自 UIView)
WillMoveToWindow(UIWindow)

向 的视图层次结构分配新的 UIWindow 时, UIView运行时会调用此方法。 此方法将在层次结构中的所有 UIView上调用,而不仅仅是顶级 UIView

(继承自 UIView)
WillRemoveSubview(UIView)

在删除子视图之前调用。

(继承自 UIView)

事件

AllEditingEvents

在生成的任何编辑事件上引发。

(继承自 UIControl)
AllEvents

针对生成的任何事件引发。

(继承自 UIControl)
AllTouchEvents

针对生成的任何触摸事件引发。

(继承自 UIControl)
EditingChanged

组件已更改。

(继承自 UIControl)
EditingDidBegin

开始编辑时引发。

(继承自 UIControl)
EditingDidEnd

编辑结束时引发。

(继承自 UIControl)
EditingDidEndOnExit

在 didEndOnexit 上引发

(继承自 UIControl)
PrimaryActionTriggered

与 最有可能的行为 UIControl关联的事件。

(继承自 UIControl)
TouchCancel

已取消触摸事件。

(继承自 UIControl)
TouchDown

当用户触摸控件时引发。

(继承自 UIControl)
TouchDownRepeat

当用户双击控件时引发。

(继承自 UIControl)
TouchDragEnter

在 TouchDragEnter 事件上引发。

(继承自 UIControl)
TouchDragExit

在 TouchDragExit 事件上引发。

(继承自 UIControl)
TouchDragInside

引发 oN TouchDragInside 事件。

(继承自 UIControl)
TouchDragOutside

在 TouchDragOutside 事件上引发。

(继承自 UIControl)
TouchUpInside

在 TouchUpInside 事件上引发。

(继承自 UIControl)
TouchUpOutside

在 TouchUpOutside 事件上引发。

(继承自 UIControl)
ValueChanged

值已更改。

(继承自 UIControl)

扩展方法

ActionForLayer(ICALayerDelegate, CALayer, String)

显示 UIControl 开/关开关的 。

DisplayLayer(ICALayerDelegate, CALayer)

显示 UIControl 开/关开关的 。

DrawLayer(ICALayerDelegate, CALayer, CGContext)

显示 UIControl 开/关开关的 。

LayoutSublayersOfLayer(ICALayerDelegate, CALayer)

显示 UIControl 开/关开关的 。

WillDrawLayer(ICALayerDelegate, CALayer)

即将绘制 时 layer 调用的方法。

GetDebugDescription(INSObjectProtocol)

显示 UIControl 开/关开关的 。

GetAccessibilityCustomRotors(NSObject)

获取适用于 this 对象的 对象的数组UIAccessibilityCustomRotor

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

设置适用于 this 对象的 对象数组UIAccessibilityCustomRotor

GetCollisionBoundingPath(IUIDynamicItem)

返回用于碰撞检测的封闭路径。

GetCollisionBoundsType(IUIDynamicItem)

返回一个值,该值指示如何指定冲突边界。

GetFocusItemContainer(IUIFocusEnvironment)

获取环境的焦点容器。

GetParentFocusEnvironment(IUIFocusEnvironment)

获取父焦点环境。

GetPreferredFocusEnvironments(IUIFocusEnvironment)

获取环境在更新焦点时首选的焦点环境列表(按优先级排序)。

DidHintFocusMovement(IUIFocusItem, UIFocusMovementHint)

当焦点可能很快发生更改时调用。

GetFrame(IUIFocusItem)

返回包含 IUIFocusItemContainer的引用坐标空间中的帧。

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

true如果响应者可以从指定的项提供程序粘贴,则返回 。

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

执行粘贴。

DecreaseSize(UIResponder, NSObject)

硬件键盘请求 (Command-减) 来减小 的大小 UIResponder

IncreaseSize(UIResponder, NSObject)

硬件键盘请求 (Command-plus) 来增加 的大小 UIResponder

EndEditing(UIView, Boolean)

显示 UIControl 开/关开关的 。

适用于

另请参阅