2

Added Chips from MDCChipView()

let chipField = MDCChipField()
let chipView = MDCChipView()

chipView.titleLabel.text = "text"
chipField.addChip(chipView)


1 Answers1

0

here is how you can change chip view background color:

chipView.setBackgroundColor(.green, for: UIControl.State.normal)
Bilal Aslam
  • 769
  • 6
  • 13