문제해결 UIStackView - sonkoni/Koni-Wiki GitHub Wiki
마진 넣기
iOS
stackView.layoutMargins = UIEdgeInsetsMake(10.0, 10.0, 10.0, 10.0); // <- UIView 의 property이다.
stackView.layoutMarginsRelativeArrangement = YES;
stackView.layoutMargins = UIEdgeInsets(top: 15.0, left: 16.0, bottom: 0.0, right: 16.0)
stackView.isLayoutMarginsRelativeArrangement = true
macOS
- 500.0
- stackoverflow
- developer.apple.com
- WindowSizeStayPut
- DragThatCanResizeWindow