How to make a custom blur effect view take up 100% of the screen width on presenting VC?
I’m trying to create a custom blur effect view in my iOS app using Swift. I want the blur effect to cover 100% of the screen width and the full height. However, my current implementation doesn’t fill the entire screen. How can I achieve this?