JWGCircleCounter icon indicating copy to clipboard operation
JWGCircleCounter copied to clipboard

A handy timer that counts down in a circular view.

Results 2 JWGCircleCounter issues
Sort by recently updated
recently updated
newest added

Went ahead and updated the DemoApp file to work with AutoLayout on iOS 9 and above and added `- (void)startTimerWithElapsedTime:(NSTimeInterval)elapsedSeconds atStartingTotalTime:(NSTimeInterval)startingSeconds` This new function works like so: `[self.circleCounter starttimerWithElapsedTime:10 atStartingTotalTime:20];`

@johngraham262 Ive been having trouble with this since i dont know objective c. Can you enable time label to show minutes instead of seconds. it appears the counter.timeLabel.text is a...