I need change center of some views programmatically. 10 or more. I don't want to adding each bottom constraint as outlet, so could I search them from code like as:
for(NSLayoutConstraint *constraint in view.constraints)
Which attributes should I check? I need constraint for bottom space of superview.