I agree Xcode auto-layout is horrible to use if you want something particular…
What I use to remove constraints programatically:
[detailsPhotoView removeConstraints:detailsPhotoView.constraints];
I agree Xcode auto-layout is horrible to use if you want something particular…
What I use to remove constraints programatically:
[detailsPhotoView removeConstraints:detailsPhotoView.constraints];