Hi
I have two issues., pls let me know how to overcome this:
- while clicking Floating Button, Tabbar should also cover in background., Right now Tabbar is not covering.
- 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