I'm currently creating a screen in which I use a UINavigationBar. When setting up the constraints, I have its leading margin = Superview's leading margin - 20, which renders in IB like so
When I add a UIBarButtonItem to the left (programmatically, or in IB), the button is rendered far too close to the left edge:
Am I doing something wrong here?
Here are the constraints for this scene: