- Set
translatesAutoresizingMaskIntoConstraints = NO
on the view since you will position and size it manually, anyway :) - Override
layoutSubviews
(orviewDidLayoutSubviews
if you want to do this in a view controller), call super (which performs the Auto Layout step) and then perform any manual layout we want to add