BarcodeScanner icon indicating copy to clipboard operation
BarcodeScanner copied to clipboard

DarkMode Support 2.0 #117

Open undeaDD opened this issue 4 years ago • 0 comments

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

undeaDD avatar May 12 '21 10:05 undeaDD