SBSDKDetectionStatusLabel
@interface SBSDKDetectionStatusLabel : UILabel
A UILabel subclass with rounded corners and content insets to display the status of the current document detection result.
-
The text insets for the receiver. Defaults to 6, 12, 6, 12).
Declaration
Objective-C
@property (nonatomic) UIEdgeInsets textInsets;
Swift
var textInsets: UIEdgeInsets { get set }