UIResponder_NSObjectExtension.DecreaseSize(UIResponder, NSObject) Method

Definition

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

[Foundation.Export("decreaseSize:")]
public static void DecreaseSize (this UIKit.UIResponder This, Foundation.NSObject sender);
static member DecreaseSize : UIKit.UIResponder * Foundation.NSObject -> unit

Parameters

This
UIResponder

The instance on which this method operates.

sender
NSObject

To be added.

This parameter can be null.

Attributes

Remarks

Often, application developers should respond to this by decreasing font size or changing the zoom level of a scroll view.

Applies to