
See code below:
progressViewBordered.borderWidth = 0
progressViewBordered.cornerType = M13ProgressViewBorderedBarCornerTypeCircle
progressViewBordered.cornerRadius = 10.0
progressViewBordered.primaryColor = UIColor.orange
progressViewBordered.backgroundColor = UIColor.lightGray
progressViewBordered.setProgress(0.70, animated: true)
Only the orange bar is affected by the cornerRadius. The gray part is still square.