I'm having an issue where my custom navigation view misaligns when the left and right buttons are different sizes. I'm using size classes and the constraints I've set are shown below:
This method has worked extremely well for me in the past but my designer requires that the right button be a rounded "save" instead of simple text. When viewed on iPhone 5 or 4 devices (narrow width) it misaligns and gets pushed to the left. Here is an example of how this looks on the device and in View Debugger.
I'm trying to avoid redoing all of my button images to be the same width and hoping there is a simple IB fix that I can add.
Any help would be greatly appreciated.