uibarmetrics

Why am I getting an UIBarButtonItem customization warning?

时光怂恿深爱的人放手 提交于 2019-12-19 17:43:59
问题 I have a simple storyboard with a table view inside a navigation view controller that pushes from the table view to another view controller that has a full screen image view. The table view has a prompt text in it's navigation bar. When I tap on the table view cell in the table view I receive the warning below. I'm not customizing the back button at all. I created a sample project showing the issue. https://github.com/stevemoser/UIBarButtonItemCustomizationWarningExampleProject Anyone have an