EFQRCodeStyleBubble
public class EFQRCodeStyleBubble : EFQRCodeStyleBase
Bubble-style QR code implementation.
This class implements the bubble-style QR code rendering, creating QR codes with rounded, bubble-like data modules that have a modern and friendly appearance.
## Features
- Rounded data modules with bubble appearance
- Customizable colors for different elements
- Position detection pattern styling
- Icon and backdrop support
## Usage
let params = EFStyleBubbleParams(
dataColor: .blue,
dataCenterColor: .white,
position: position
)
let style = EFQRCodeStyleBubble(params: params)
-
Creates a bubble-style QR code with the specified parameters.
Declaration
Swift
public init(params: EFStyleBubbleParams)
Parameters
params
The bubble styling parameters.