Let 1.0.2

Let 1.0.2

Maintained by Grzegorz Sagadyn.



Let 1.0.2

  • By
  • Grzegorz Sagadyn

Let

CI Status Version License Platform

Let allows modifying instance without assigning it to the variable.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 11.0+
  • Xcode 11.4
  • Swift 5.2

Installation

Let is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Let'

Usage

return UIView() ~~> {
    $0.frame = CGRect(x: 10.0, y: 16.0, width: 100.0, height: 120.0)
    $0.backgroundColor = .red
}

Author

gsagadyn, [email protected]

License

Let is available under the MIT license. See the LICENSE file for more info.