NSLayoutConstraint

public extension NSLayoutConstraint
  • Check if the constraint is connected to the anchor

    Declaration

    Swift

    func isConnected<T>(toAnchor anchor: NSLayoutAnchor<T>) -> Bool where T : AnyObject