DividerView

@IBDesignable
public class DividerView : UIView

Undocumented

  • The divider position.

    Declaration

    Swift

    public var position: DividerViewPosition { get set }
  • The divider position in raw value for IBInspectable.

    Declaration

    Swift

    @IBInspectable
    public var positionRaw: Int { get set }
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    public override func willMove(toWindow newWindow: UIWindow?)