iOS - Placing two label together in centre of their super view
问题 I have two label, L1 and L2 of variable and nonidentical length. I want to place these two label using constraints in Xcode. If possible i don't want to manipulate constraints programmatically. guidance will be appreciated. Right image should be the expected output Requirements, Two labels are non identical in width When running leading space of L1 and trailing space of L2 will be equal distance between L1 & L2, horizontal space is fixed, 10 px UIStackView cannot be used How can I do it from