RFSLivenessContentView

Objective-C


@interface RFSLivenessContentView : RFSPassthroughView <RFSOverriding>

Swift

class LivenessContentView : PassthroughView, Overriding

Undocumented

  • Instructions for face detection. Does not support overrding.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) RFSHintView *hintView;

    Swift

    var hintView: HintView { get }
  • Toolbar with control buttons. Does not support direct overrding – use Configuration’s registerClass method in order to provide your implementation.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) RFSCameraToolbarView *toolbarView;

    Swift

    var toolbarView: CameraToolbarView { get }

Overridable

  • Setups default constraints. Can be overriden to provide custom layout constraints.

    Declaration

    Objective-C

    - (void)setupConstraints;

    Swift

    func setupConstraints()