CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ | 
| LangLanguage | SwiftSwift | 
| License | MIT | 
| ReleasedLast Release | May 2017 | 
| SwiftSwift Version | 3.0 | 
| SPMSupports SPM | ✗ | 
Maintained by Yutaka Tajika.
Useful extensions for UIKit framework.
To run the example project, clone the repo, and run pod install from the Example directory first.
convenience init(hex: Int, alpha: CGFloat)convenience init(intRed: Int, green: Int, blue: Int, alpha: CGFloat)let redColor = UIColor.init(hex: 0xFF0000, alpha: 1.0)
let greenColor = UIColor(intRed: 0, green: 255, blue: 0, alpha: 1.0)func border(borderWidth borderWidth: CGFloat, borderColor: UIColor?, borderRadius: CGFloat?)func border(positions: [BorderPosition], borderWidth: CGFloat, borderColor: UIColor?)var borderWidth: CGFloatvar borderColor: UIColor?var cornerRadius: CGFloatlet borderedView = UIView(frame: CGRectMake(0.0, 0.0, 200, 50))
borderedView.border([.Top, .Right], borderWidth: 3.5, borderColor: borderColor)var underline: BoolYutaka Tajika
TJExtensions is available under the MIT license. See the LICENSE file for more info.