UIKeyboard.FrameEndFromNotification(NSNotification) Method

Definition

Deprecated: helper method to extract the keyboard's ending frame from a notification

public static CoreGraphics.CGRect FrameEndFromNotification (Foundation.NSNotification n);
static member FrameEndFromNotification : Foundation.NSNotification -> CoreGraphics.CGRect

Parameters

n
NSNotification

notification and its payload.

Returns

Remarks

Use the UIKeyboard.Notifications strongly typed methods instead.

Applies to