A subclass of UIStackView thats default properties are such that it will layout its arranged subviews based on their intrinsicContentSize which is what we need for InputBarButtonItems
SeparatorLine is a subclass of UIView thats intrinsicContentSize is overrided such that its height can be explicitly defined. It is intended to be used in a UIStackView