I am making a pie chart where each sector is a separate button with a background image, but UIButton has a rectangular shape and all the buttons overlap. Is there a way to m
As I'm concerned, may be the CAShapeLayer is better way to achieve the pie chart. By doing that, you can use
CAShapeLayer
[layer hitTest:]
method to deal with the touch action.