'Disable UITabBarVisualEffect

I wanted to create a custom TabBar using UITabBarController I have set my tabBar Color to the color that i want

 self.tabBar.backgroundColor = .basePurpleLight

in viewDidLoad

turns out, everytime i fetch a data, it turns back to light white. and the cause of the problem is the TabBar Visual effect

so how do i dissable it? i've read apple docs and could not find any solution

Thank you

tabbar UIvisualEffect



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source