BarcodeScanner
BarcodeScanner copied to clipboard
DarkMode Support 2.0 #117
Add the ability to change the UIVisualEffectView style
MessageViewController.swift
private lazy var blurView: UIVisualEffectView = .init(effect: UIBlurEffect(style: .extraLight))
There is currently no way to change the ".extraLight" to any other "UIBlurEffect.Style"
Making it configurable would be really nice 👍
Thanks again undeaD_D