I’m fairly sure this is going to be straight forward in that it’s probably not possible.
Basically, I’d like to be able to lightly see the background wallpaper throu
Good news. From iOS 13, the background transparency can finally be enabled for all third-party apps. It’s no longer a private API.
In your app’s Info.plist file, set the boolean value for UIApplicationIsOpaque to NO.
Info.plist
UIApplicationIsOpaque
NO
And now the user’s wallpaper is visible inside your app.