VMF_URLButton

class VMF_URLButton : UIButton

This is a special button that has a string and a URL. This class lets us define them in IB.

  • This is the URL that is associated with this button.

    Declaration

    Swift

    @IBInspectable
    var urlString: String?
  • url

    The string, as a URL.

    Declaration

    Swift

    var url: URL? { get }

Base Class Overrides

  • Called when the subviews are being laid out.

    Declaration

    Swift

    override func layoutSubviews()