telmopmota
Results
2
comments of
telmopmota
Got the same issue after changed UINavigationBar backgroundImage. Add below code and issue happens: ``` UINavigationBar *navBar = [[self navigationController] navigationBar]; UIImage *backgroundImage = [UIImage imageNamed:@"MyNavigationBarBackground"]; [navBar setBackgroundImage:backgroundImage forBarMetrics:UIBarMetricsDefault]; ```
It would be nice to also add `|| ^6.0`.