UITimingCurveType Enumeración

Definición

Enumera los distintos tipos de curvas de control de tiempo.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITimingCurveType
type UITimingCurveType = 
Herencia
UITimingCurveType
Atributos

Campos

Builtin 0

Curvas de control de tiempo de UIKit integradas.

Composed 3

Tipo de curva de control de tiempo que comienza con el tiempo cúbico, pero también tiene un comportamiento de muelle.

Cubic 1

Curva de control de tiempo basada en una curva bézier cúbica.

Spring 2

Una curva de control de tiempo basada en parámetros de muelle personalizados.

Se aplica a