Lucas Farah
Lucas Farah
Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project. Thanks 😄
### I'm submitting a * [ ] bug report * [x] feature request * [ ] question ### Other information Hello! I'm a really big fan of Twig. Been using...
Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project. Thanks 😄
so now we need to find a way to - Ensure documentation in the method by checking for /// - Ensure that each new PR of a new extension has...
This method is useless since ```UIButton.backgroundColor = .black``` exists since iOS 8. ``` swift extension UIButton { public func setBackgroundColor(_ color: UIColor, forState: UIControlState) { UIGraphicsBeginImageContext(CGSize(width: 1, height: 1)) UIGraphicsGetCurrentContext()?.setFillColor(color.cgColor)...
I can see in the README that you provide CocoaPods installation but I haven't found FloatingActionSheetController in CocoaPods.
The `Readme.md` should show: - [ ] how to install via CocoaPods - [x] how to install by dragging and dropping the `KnockToReact.swift` - [x] how to implement the main...
Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this checklist](https://github.com/thellimist/EZPods). :smile: