FBShimmerDirection
NS_ENUM(NSInteger, FBShimmerDirection) {
//! Shimmer animation goes from left to right
FBShimmerDirectionRight,
//! Shimmer animation goes from right to left
FBShimmerDirectionLeft,
//! Shimmer animation goes from below to above
FBShimmerDirectionUp,
//! Shimmer animation goes from above to below
FBShimmerDirectionDown,
}
Undocumented
-
Undocumented
Declaration
Objective-C
FBShimmerDirectionRight
Swift
case right = 0
-
Undocumented
Declaration
Objective-C
FBShimmerDirectionLeft
Swift
case left = 1
-
Undocumented
Declaration
Objective-C
FBShimmerDirectionUp
Swift
case up = 2
-
Undocumented
Declaration
Objective-C
FBShimmerDirectionDown
Swift
case down = 3