Skip to content

Releases: 0xLet/SwiftUIKit

3.0.1

18 Jun 16:42
Compare
Choose a tag to compare

3.0.1

Updated

3.0.0

Added

  • Better formatting
  • Basic Documentation (WIP)

📦 SPM

Updated

  • configure to use SwiftFu.configure
  • contract to observed
  • UIView.later to UIView.chain and UIView.background
  • ContractView to ObservedView
  • Some Parameter names

3.0.0

17 Mar 02:50
14185d6
Compare
Choose a tag to compare

3.0.0

Added

  • Better formatting
  • Basic Documentation (WIP)

📦 SPM

Updated

  • configure to use SwiftFu.configure
  • contract to observed
  • UIView.later to UIView.chain and UIView.background
  • ContractView to ObservedView
  • Some Parameter names

Default ContractView

02 Sep 13:38
8ff6c45
Compare
Choose a tag to compare
var contractView: ContractView<UIView, Int> = ContractView { contractView in
    Contract(initialValue: 0)
        .onChange { (value) in
            print("New Value: \(String(describing: value))")
            Later.main {
                // Update UI
            }
    }
}

V+H Scroll

01 Sep 15:23
fc3c90a
Compare
Choose a tag to compare

Example

VScroll {
    VStack {
        [
            /* Views to scroll */
        ]
    }
}

Later Resign Contract

31 Aug 16:30
e7332f8
Compare
Choose a tag to compare
Merge pull request #167 from 0xLeif/develop

Update Later Version

SwiftUIKit+Later

27 Aug 05:39
26c493d
Compare
Choose a tag to compare

SwiftUIKit v1.3.0

09 Jul 12:48
b0f6b26
Compare
Choose a tag to compare

1.2.0

1.1.0

27 Apr 20:45
8e4945e
Compare
Choose a tag to compare

SwiftUIKit v1.1.0

Updates

  • TableView
  • Layer Modifiers
  • Different Padding
  • Fixed Bugs

Xcode 10.3 Legacy Build of v1.0.0

30 Jan 02:50
Compare
Choose a tag to compare

Xcode 10.3 Support for v1.0.0