Skip to content

Releases: sobabear/AddThen

Fix Typo

23 Jan 13:51
d47ef87

Choose a tag to compare

Add if-switch statement in builder

23 Jan 04:00

Choose a tag to compare

1.2.1

23 Jan 03:23

Choose a tag to compare

Fix Public access

Add SwiftUI Style syntax

23 Jan 03:15

Choose a tag to compare

More SwiftUIfully

/// in certain function in UIViewController
let label = UILabel()

body {
    label.then({ $0.textColor = .red })
    UIButton()

}

body {
    if true {
        UIView()
    } else {
        EmptyView() //// empty view will not be added
    }
}

Release ViewBuilder

11 Jan 13:11

Choose a tag to compare

1.1.0

:bookmark: Release 1.1.0

Support insertArrangedSubview on StackView

07 Nov 15:18

Choose a tag to compare

Add insertArranged which is an insertArrangedSubview's alternative

Update Access Control

03 Nov 12:06

Choose a tag to compare

1.0.2

Update to 1.0.2 - update control access

Support UIViewController AddChild

03 Nov 11:35

Choose a tag to compare

Support Swift Package Manager

02 Nov 14:25

Choose a tag to compare

Support Swift Package Manager

Update

01 Oct 10:04

Choose a tag to compare

Update