I am trying to create an MKCircle around a dropped pin and have the radius adjustable with a UISlider.
In my slider method that calls when the user changes the value of the slider. I attempt to simply reference the circle and say:
circle.radius = slider.value;
However I receive the error: "Assignment to readonly property."
Thank You!