I have a simple storyboard with a table view inside a navigation view controller that pops from a table view to another view controller that has a full screen image. The table view has summary text in the navigation bar. When I click on the table view cell in the table view, I get the warning below. I donβt configure the back button at all. I created a sample project showing the problem.
https://github.com/stevemoser/UIBarButtonItemCustomizationWarningExampleProject
Does anyone have an idea why I am getting this warning?
UIBarButtonItem setting the background image of the back button for UIBarMetricsDefaultPrompt or UIBarMetricsLandscapePhonePrompt ignored `
ios warnings uinavigationbar uibarbuttonitem uibarmetrics
Steve moser
source share