Autolayout is ignored in custom TableViewCell
问题 I'm trying to constrain some objects in my tableview cell so that they will be formatted correctly and won't clip on different devices. But, whenever I add a constraint to an object in there, it throws the object off screen to the top left. In the screenshot I attached I showed it with the green bar on the left but the same is true when I do it to the other labels and text fields. Any ideas as to what I'm doing wrong? I have a near identical table view that gets its data from another source