BarButton

public class BarButton : UIButton

Undocumented

  • Create a rounded button with a given title and background image.

    Declaration

    Swift

    public convenience init(title: String,
                            backgroundColor: UIColor,
                            font: UIFont = .systemFont(ofSize: 12, weight: .medium),
                            cornerRadius: CGFloat = 6)
  • Undocumented

    Declaration

    Swift

    public override var isEnabled: Bool { get set }
  • Undocumented

    Declaration

    Swift

    public override var isSelected: Bool { get set }