I have several UIView
s laid out along the bottom of a containing UIView
. I want these views to always be equal width, and always stretch to collect
There is no reason to update the width manually:
Then auto layout will handle everything for you.