스토리보드로 StackView를 배치하던 도중 Axis, Alignment, Distribution, Spacing 등을 발견했다. Axis는 Horizontal, Vertical이 있는 걸 봐서 스택뷰 내부의 컨텐츠를 수평으로 배치할 것인지, 수직으로 배치할 것인지 직관적으로 알 수 있었다. Alignment도 하나하나 눌러보니 감 잡음. 근데 Distribution은 번역하면 분배, 분포 등의 의미를 가졌는데 뭐지?? https://developer.apple.com/documentation/uikit/uistackview/distribution UIStackView.Distribution | Apple Developer Documentation The layout that defines the si..