I am trying to make app window translucent so that user can see a glimpse of default Home Screen wallpaper like shown in attached screenshot of Video app
            Asked
            
        
        
            Active
            
        
            Viewed 75 times
        
    0
            
            
        - 
                    1Get the screenshot of background and apply to image view and make it blur – Fatti Khan Aug 21 '17 at 11:29
- 
                    1make your view controller black with opacity 50% and make your view window.background color = clear color – Nex Mishra Aug 21 '17 at 11:29
- 
                    Add blur and `vibrancy effect view` in your view controller. – Torongo Aug 21 '17 at 11:33
- 
                    @NexMishra please explain me more how i will set opacity to View. Although i am using black color as view background color.Even i have tried clearColor but no success. – Krishna Kumar Thakur Aug 21 '17 at 11:37
- 
                    @NaGibToroNgo i tried your solution also but not working – Krishna Kumar Thakur Aug 21 '17 at 11:40
- 
                    @FattiKhan if i will take screenshot while app launching then that screenshot will contain home icons also right? – Krishna Kumar Thakur Aug 21 '17 at 11:41
- 
                    Probably, [this](https://stackoverflow.com/questions/30953201/adding-blur-effect-to-background-in-swift) is what are you looking for... – Ahmad F Aug 21 '17 at 11:55
- 
                    In iOS 13, this is finally possible! See my answer here: https://stackoverflow.com/a/56592568/7840155 – Tzar Jun 14 '19 at 06:44

 
    