Declared in TKGaugeSegment.h

TKGaugeSegmentCap

@enum TKGaugeSegmentCap

Defines weather the sides of the segment will be rounded or edgy.

Definition

typedef NS_ENUM(NSInteger, TKGaugeSegmentCap ) {
   TKGaugeSegmentCapRound,
   TKGaugeSegmentCapEdge,
};

Constants

TKGaugeSegmentCapRound
 Sets the cap of the segment rounded.

Declared In TKGaugeSegment.h.

TKGaugeSegmentCapEdge
 Sets the cap of the segment edgy.

Declared In TKGaugeSegment.h.

Declared In

TKGaugeSegment.h