UIKit.UIResponder: Method Members

The methods of UIKit.UIResponder are listed below. For a list of all members, see the UIResponder Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

AccessibilityDecrement()
Tells the accessibility element to decrement the value of its content.
AccessibilityElementDidBecomeFocused()
Indicates that an assistive technology has set its focus to this UIKit.UIResponder.
AccessibilityElementDidLoseFocus()
Indicates that an assistive technology has changed its focus from this UIKit.UIResponder.
AccessibilityElementIsFocused() : bool
Indicates whether an assistive technology is focused on this UIKit.UIResponder.
AccessibilityIncrement()
Tells the accessibility element to increment the value of its content.
AccessibilityPerformEscape() : bool
Tells the accessibility system to dismiss a modal popover or hierarchically-displayed element.
AccessibilityPerformMagicTap() : bool
Toggles the application-defined "most important state" of the app.
AccessibilityScroll(UIAccessibilityScrollDirection) : bool
When overridden, allows the accessibility system to perform scrolling.
BecomeFirstResponder() : bool
Request the object to become the first responder.
CanPerform(ObjCRuntime.Selector, Foundation.NSObject) : bool
Determines if this UIResponder can perform the specified action. Typically used to probe for editing commands.
static
ClearTextInputContextIdentifier(Foundation.NSString)
Clears the text input mode information from the application's user defaults.
Copy(Foundation.NSObject)
Indicates a "Copy" editing operation.
Cut(Foundation.NSObject)
Indicates a "Cut" editing operation.
Delete(Foundation.NSObject)
Indicates a "Delete" editing operation.
GetTargetForAction(ObjCRuntime.Selector, Foundation.NSObject) : Foundation.NSObject
Returns the object that responds to an action.
MakeTextWritingDirectionLeftToRight(Foundation.NSObject)
Sets the direction in which text is written to be left-to-right.
MakeTextWritingDirectionRightToLeft(Foundation.NSObject)
Sets the direction in which text is written to be right-to-left.
MotionBegan(UIEventSubtype, UIEvent)
Method invoked when a motion (a shake) has started.
MotionCancelled(UIEventSubtype, UIEvent)
Method invoked if the operating system cancels a motion (shake) event.
MotionEnded(UIEventSubtype, UIEvent)
Method invoked when a motion (shake) has finished.
Paste(Foundation.NSObject)
Indicates a "Paste" editing operation.
ReloadInputViews()
Updates custom input and accessory views when this object is the first responder.
RemoteControlReceived(UIEvent)
Indicates that a remote-control event was received.
ResignFirstResponder() : bool
Called when this UIResponder has been asked to resign its first responder status.
RestoreUserActivityState(Foundation.NSUserActivity)
Restores the state that is necessary for continuance of the specified user activity.
Select(Foundation.NSObject)
Indicates a "Select" editing operation.|b
SelectAll(Foundation.NSObject)
Indicates a "Select All" editing operation.
ToggleBoldface(Foundation.NSObject)
Toggles the use of a bold font.
ToggleItalics(Foundation.NSObject)
Toggles the use of an italic font.
ToggleUnderline(Foundation.NSObject)
Toggles the use of underlining.
TouchesBegan(Foundation.NSSet, UIEvent)
Sent when one or more fingers touches the screen.
TouchesCancelled(Foundation.NSSet, UIEvent)
Sent when the touch processing has been cancelled.
TouchesEnded(Foundation.NSSet, UIEvent)
Sent when one or more fingers are lifted from the screen.
TouchesMoved(Foundation.NSSet, UIEvent)
Sent when one or more fingers move on the screen.
UpdateUserActivityState(Foundation.NSUserActivity)
Updates a given user activity state.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIResponder object.