enableHintAnimation
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite,
getter=isHintAnimationEnabled) BOOL enableHintAnimation;
Swift
var isHintAnimationEnabled: Bool { get set }
See
RFSFaceCaptureConfiguration.enableHintAnimation-
Undocumented
Declaration
Objective-C
- (BOOL)isHintAnimationEnabled;
-
Undocumented
Declaration
Objective-C
- (void)setEnableHintAnimation:(BOOL)enableHintAnimation;