Results 2 comments of 吴伟鑫

ok, I got it, thank you for your reply and correct my thinking

You can add a custom selected bar like this: ```swift let rect = CGRect(x: 0, y: 0, width: 16, height: 2) let customSelectedBar = ShapeView(frame: rect) customSelectedBar.shapeLayer.path = UIBezierPath(roundedRect: rect,...