XLSwiftKit icon indicating copy to clipboard operation
XLSwiftKit copied to clipboard

Helpers and extensions for Swift

Results 2 XLSwiftKit issues
Sort by recently updated
recently updated
newest added

Reduce the code-size of adding visual format based constraints into a view. Turns this: ```swift anyView.addConstraints(NSLayoutConstraint.constraints(withVisualFormat: "H:|-8-[v1]-8-[v2]-8-|", options: NSLayoutFormatOptions(), metrics: nil, views: ["v1": someView, "v2": someOtherView])) ``` Into this: ```swift...

Missing usage sample code