WKSelectionGranularity Enum

Definition

Enumerates values the controls how selections are created.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum WKSelectionGranularity
type WKSelectionGranularity = 
Inheritance
WKSelectionGranularity
Attributes

Fields

Character 1

Add or remove one character at a time as the user selects.

Dynamic 0

Jump to word boundaries as the user selects.

Applies to