I try to build an iOS app with auto layout.
I had created tableView with tableViewCell, and there are textField and button inside the cell.
I try to use constraints to make it universal, but it works only for the iPhone size, for some reason the button constraint button.trailing equal superview.trailing Margin
not work for the iPad size , and for 1/3 iPad size
Pictures for reference