I have a progress bar that is in a collectionviewcell. I want to add a border radius to the progress bar, but whenever I add the progress bar to the view controller, it says "Illegal configuration" and "The progressBar outlet from the ViewController to the UIProgressView is invalid. Outlets cannot be connected to repeating content."
@IBOutlet var progressBar: UIProgressView!
That line of code is what causes the error message.