/PDCircleProgress-iOS7Style

A simple demo circle progress for ios 7 style. Only one property "@property (nonatomic, assign) CGFloat progress" controled three states, try to connect(progress <= 0), finishloading(progress >= 1), loading (else).

Primary LanguageObjective-CMIT LicenseMIT

PDCircleProgress-iOS7Style

iOS7 style of the progress bar

State

  • try to connect : progress <= 0

  • finished loading : progress >= 1

  • loading : else