using System; using UIKit; using System.Drawing; using CoreAnimation; namespace PMM { public class ProgressCircleView : UIView { protected CAShapeLayer _progressCircle; protected CAShapeLayer PageGrayCircle; public override CoreGraphics.CGRect Bounds…