VisualEffectView icon indicating copy to clipboard operation
VisualEffectView copied to clipboard

Dynamic blur background view with tint color (UIVisualEffectView subclass) 📱

Results 16 VisualEffectView issues
Sort by recently updated
recently updated
newest added

### Checklist - [x] I've tested my changes. - [x] I've read the [Contribution Guidelines](CONTRIBUTING.md). ### Motivation and Context ### Description Background color for iOS 16 is not changing. This...

The color will be brighter than it actually is

help wanted

Changing `colorTint = .clear` not solves the problem. It seems like colorTint had effect on `_UIVisualEffectSubview`, but blue overlay is in `_UIVisualEffectBackdropView`. I was expecting that will find a solution...

You can check the question: https://stackoverflow.com/questions/64428968/blur-uitextviews-text

it is working if you add this func _setValue(_ value: T, forKey key: Key) { blurEffect.setValue(value, forKeyPath: key.rawValue) if #available(iOS 14, *) { } else { self.effect = blurEffect }...

Is there any way to apply Blur effect on Status Bar view. Please note that This is not the Bug BUT in iPhone blue effect apply on whole screen area...

Hi, thank for good work. What's about custom mask for blur like this: http://joxi.ru/xAeBa6MiYl9L7r or simple blurView with roundCorners ?

enhancement
help wanted

IOS 16 was recently updated, The same code shows the result, which is very different from what it was before iOS 16, Below is the 16 and 16 before the...

### Checklist - [x] I've tested my changes. - [x] I've read the [Contribution Guidelines](CONTRIBUTING.md). - [x] I've updated the documentation if necessary. ### Motivation and Context Add support for...

size:XS

in VisualEffectView_SwiftUI.swift let colorTint: Color? I have the issue: "'Color' is only available in tvOS 13.0 or newer" ![Screenshot 2023-10-09 at 8 43 27 PM](https://github.com/efremidze/VisualEffectView/assets/60078/81354cde-27ae-4cf7-8c8c-665bfc7794dc)