MenuPlusButton

final class MenuPlusButton : UIButton
  • Declaration

    Swift

    override init(frame: CGRect)
  • Declaration

    Swift

    required init?(coder: NSCoder)
  • Declaration

    Swift

    func setButton(
        _ title: String,
        _ image: UIImage? = UIImage.plus.withTintColor(.main)
    )