I want to add separator lines using auto layouts constraints.
The idea is to have some percent dependencies. So for example let's say that first line under first label is equal about 70 percent of superview then I need to layout second label and second line starting from 70 percent + paddings. So then second line should be less than 30% of total width.
Maybe also it's possible to do with NSLayoutConstraint constraintWithItem
The main question is how to set percentage.