UIResponder_NSObjectExtension.IncreaseSize(UIResponder, NSObject) Method

Definition

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

[Foundation.Export("increaseSize:")]
public static void IncreaseSize (this UIKit.UIResponder This, Foundation.NSObject sender);
static member IncreaseSize : 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 increasing font size or changing the zoom level of a scroll view.

Applies to