Stack view question

I am trying to add the “Change Date” Button right below the date label, but since the date label is vertically stretching the whole view, the change date button is at the very bottom. How Can I make the button sit right below the label? Can I mix auto layout constraints with stacked views? I tried embedding the new button horizontally but this doesn’t seem to work.

Try again after reading the official guide. It is packed with good examples.