EFStyleDSJParamsPosition
public class EFStyleDSJParamsPosition
Position detection pattern styling parameters for DSJ QR codes.
-
Default color for position detection patterns (blue).
Declaration
Swift
public static let defaultColor: CGColor -
Creates position detection pattern styling parameters.
Declaration
Swift
public init( style: EFStyleParamsPositionStyle = .dsj, size: CGFloat = 0.925, color: CGColor = EFStyleDSJParamsPosition.defaultColor )Parameters
styleThe style of the position detection pattern. Defaults to .dsj.
sizeThe size of the position detection pattern. Defaults to 0.925.
colorThe color of the position detection pattern. Defaults to blue.
View on GitHub
Install in Dash