I know this is a little newbie style question but I couldn\'t find any subject about this and I have to horizontally align multiple buttons in my view controller.
I
You just need to give leading, trailing and equal-widths constraints between adjacent buttons.
Steps (We'll only consider horizontal constraints here):
If you follow this approach, you need not add extra views to align the buttons. Please see the screenshots below for understanding this better.