jjochen / JJFloatingActionButton

Floating Action Button for iOS
https://jjochen.github.io/JJFloatingActionButton
MIT License
374 stars 75 forks source link

Blur Background Including TabViewController #273

Open RohithPsingh opened 3 years ago

RohithPsingh commented 3 years ago

Hi

I have two issues., pls let me know how to overcome this: 1) while clicking Floating Button, Tabbar should also cover in background., Right now Tabbar is not covering. 2) while clicking Floating button , I want blur view like how this reflect

let blurEffect = UIBlurEffect(style: UIBlurEffect.Style.dark) let blurEffectView = UIVisualEffectView(effect: blurEffect)

I tried using these , I didn't get exact solution.. Hope you will resolve my issue..

Thanks

RohithPsingh commented 3 years ago

Please Help me ., I am looking for solution., I tried a lot but I didn't get what I expected., I there any possibilities to fix like above mentioned points.

Thanks in advance..

NikhilGangurde commented 2 years ago

Same here I want to change the background layout I want the background to be only up to items, not an entire screen, and the background to have a border and white background.

vijaycoderkube commented 1 year ago

Any update here? I'm also facing this issue.