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()
View on GitHub
BaseSeperatorLayoutConstraint Class Reference