TTChevronAnimationOptionsBuilder
Objective-C
@interface TTChevronAnimationOptionsBuilder : NSObject
Swift
class TTChevronAnimationOptionsBuilder : NSObject
Class bulder for Chevron animation TTChevronAnimationOptions
-
TTChevronAnimationOptionsBuilder
Declaration
Objective-C
+ (TTChevronAnimationOptionsBuilder *_Nonnull)createWithAnimatedCornerRounding: (BOOL)animated;Swift
class func create(withAnimatedCornerRounding animated: Bool) -> TTChevronAnimationOptionsBuilderParameters
animatedtrue if animation should be on
Return Value
TTChevronAnimationOptionsBuilder
-
Build TTChevronAnimationOptionsBuilder object
Declaration
Objective-C
- (TTChevronAnimationOptions *_Nonnull)build;Swift
func build() -> TTChevronAnimationOptionsReturn Value
TTChevronAnimationOptions
TTChevronAnimationOptionsBuilder Class Reference