Link Search Menu Expand Document

SpringLoadedInteractionEffectState

The spring-loaded interaction states that determine the style of the interaction view.

public enum SpringLoadedInteractionEffectState: Int 

Inheritance

Int

Enumeration Cases

activated

An interaction state that indicates that the view was spring loaded.

case activated

activating

An interaction state that indicates that spring loading is about to start.

case activating

inactive

An interaction state that indicates that spring loading is not engaged.

case inactive

possible

An interaction state that indicates that spring loading is available.

case possible