FluidSlideDirection
public enum FluidSlideDirection : Int
Enumerations to determine a direction of a slide transition.
-
From top
Declaration
Swift
case fromTop
-
From bottom
Declaration
Swift
case fromBottom
-
From left
Declaration
Swift
case fromLeft
-
From right
Declaration
Swift
case fromRight
-
Undocumented
Declaration
Swift
var isFromTop: Bool { get }
-
Undocumented
Declaration
Swift
var isFromBottom: Bool { get }
-
Undocumented
Declaration
Swift
var isFromLeft: Bool { get }
-
Undocumented
Declaration
Swift
var isFromRight: Bool { get }
-
Undocumented
Declaration
Swift
var isFromVertical: Bool { get }
-
Undocumented
Declaration
Swift
var isFromHorizontal: Bool { get }
-
Declaration
Swift
public var description: String { get }