UIResponder_NSObjectExtension Class

Definition

Extension methods for UIResponder that respond to attached hardware zoom/unzoom requests.

public static class UIResponder_NSObjectExtension
type UIResponder_NSObjectExtension = class
Inheritance
UIResponder_NSObjectExtension

Methods

DecreaseSize(UIResponder, NSObject)

A hardware keyboard request (Command-minus) to decrease the size of the UIResponder.

IncreaseSize(UIResponder, NSObject)

A hardware keyboard request (Command-plus) to increase the size of the UIResponder.

Applies to

See also