- Set
translatesAutoresizingMaskIntoConstraints = NOon the view since you will position and size it manually, anyway :) - Override
layoutSubviews(orviewDidLayoutSubviewsif 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