I was using this code before, now this is not working. I am using gradient image to add on navigationbar background. This was working before xcode 11.4 update but after updating this has stoped working. Moreover title is also shown in black color. I tried changing color it didn't worked.
var img = UIImage.FromBundle("navbar_image").CreateResizableImage(UIEdgeInsets.Zero, UIImageResizingMode.Stretch);
NavigationController.NavigationBar.SetBackgroundImage(img, UIBarMetrics.Default);