I have a UIButton in a navigation bar that sits over the top of a UIImage and a UILabel. It worked fine in iOS 10, but now in iOS 11 it doesn't recognize any taps from my @IBAction outlet.
I tried moving the tap outlet to the bar button item, but that didn't work either. The UIButton has the following constraints:
I confirmed that it's there by giving it a green background, so I know it's visible and available.
Any idea what's going on?

