i\'ve a problem in resizing a UIView with Autolayout and constraints.
I\'d like to change the origin (less than or equal of original) and the width (greater than or equal of or
This does not make sense to the compiler (and logically) because there is no way to know whether the program should change x or width. Making one of the two static will solve your problem.