Skip to content

more delegate

Compare
Choose a tag to compare
@maxvol maxvol released this 12 Feb 04:43
· 17 commits to master since this release
public protocol LayoutDelegate {
    func view(of type: String, for id: String) -> UIView?
    func didCreate(_ view: UIView, for id: String)
    func formatOptions(for constraint: String) -> NSLayoutConstraint.FormatOptions
}