BaseSeperatorLayoutConstraint

open class BaseSeperatorLayoutConstraint: NSLayoutConstraint

BaseSeperatorLayoutConstraint is a subclass of NSLayoutConstraint for seperators’ height constraint to make a consistent height of seperators throughout the app.

  • Overridden method to setup/ initialize components.

    Declaration

    Swift

    override open func awakeFromNib()