EFQRCodeStyleLine
public class EFQRCodeStyleLine : EFQRCodeStyleBase
Line-style QR code implementation.
This class implements the line-style QR code rendering, creating QR codes where data modules are represented as lines instead of solid blocks.
## Features
- Line-based data module representation
- Multiple line direction options
- Customizable line thickness
- Position detection pattern styling
- Icon and backdrop support
## Usage
let params = EFStyleLineParams(
position: position,
line: lineParams
)
let style = EFQRCodeStyleLine(params: params)
-
Creates a line-style QR code with the specified parameters.
Declaration
Swift
public init(params: EFStyleLineParams)
Parameters
params
The line styling parameters.