I'm trying to present a custom view as the inputView for a UITextField, but I keep getting a constraints crash when the field becomes firstResponder.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'NSLayoutConstraint for <UIView: 0x7ff394934830; frame = (0 0; 1920 1080);
opaque = NO; autoresize = W+H; layer = <CALayer: 0x610000233420>>: A multiplier of 0 or a nil second item together with a location for the first attribute creates
an illegal constraint of a location equal to a constant. Location attributes must be specified in pairs.'I'm simply assigning this view as the input view. I have set no constraints on the input view myself, and the constraints array shows 0 items in it. Google and StackOverflow have given me no leads… Any ideas on what I need to do?