WRNavigationBar_swift
                                
                                 WRNavigationBar_swift copied to clipboard
                                
                                    WRNavigationBar_swift copied to clipboard
                            
                            
                            
                        navBarBackgroundAlpha is not working
Hey,
If you are trying to use navBarBackgroundAlpha = 0 but giving white background and you want to use imageView example your have to use
navigationController?.navigationBar.isTranslucent = true
Thanks