Inspiration
Method chaining is popular.
What it does
developers can write code concisely using method chaining.
How I built it
Swift3.0 using:
- CocoaPods
- Carthage
- SwiftPM
Accomplishments that I'm proud of
example:
UIView()
.set(frame: CGRect(x: 10, y: 10, width: 100, height: 100))
.set(background: .red)
.add(to: self.view)
Memo
implemented:
- UIView
- UIButton
Built With
- framework
- swift
- swift-package
Log in or sign up for Devpost to join the conversation.