SBSDKUIEnableCameraUIConfiguration

@interface SBSDKUIEnableCameraUIConfiguration : NSObject

Configuration for the user interface of camera based view controllers.

  • Color of the Enable Camera button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) UIColor *enableCameraButtonColor;

    Swift

    var enableCameraButtonColor: UIColor { get set }
  • Color of the description text and icon in EnableCamera view.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) UIColor *enableCameraDescriptionColor;

    Swift

    var enableCameraDescriptionColor: UIColor { get set }
  • Color of the background in EnableCamera view.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) UIColor *enableCameraBackgroundColor;

    Swift

    var enableCameraBackgroundColor: UIColor { get set }