Skip to content

Releases: GSM-MSG/MSGLayout

1.3.0 MSGLayout

09 Jul 08:49
Compare
Choose a tag to compare

Added

StackedLayout은 UIStackView를,
StackedScrollLayout은 StackedScrollView를 반환하도록 추가되었습니다.

Full Changelog: 1.2.0...1.3.0

MSGLayout 1.2.0

07 Jul 06:18
ee41eba
Compare
Choose a tag to compare

Added

StackedLayout을 추가적으로 지원합니다.

MSGLayout.stackedLayout(view, distribution: .fillEqually) {
    redView

    FlexibleSpacerView()

    HStackView {
        greenView

        SpacerView()
    }
}

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

21 Feb 09:32
100d859
Compare
Choose a tag to compare

UILayout를 지원하여 사용할 수 있습니다.

ex) view.safeAreaLayoutGuide

1.0.2

28 Dec 09:17
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

26 Dec 02:11
Compare
Choose a tag to compare

Fix

  • public methods in MSGLayout
    • buildLayout
    • rebuildLayout

1.0.0

26 Dec 01:35
Compare
Choose a tag to compare

A Swift AutoLayout DSL for iOS