SITCircularArea
@interface SITCircularArea : SITArea
A circle with center and radius
-
Radius of the circle
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSNumber *radius;
Swift
var radius: NSNumber! { get set }