Skip to content

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).

License

Notifications You must be signed in to change notification settings

thuai/PDCircleProgress-iOS7Style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDCircleProgress-iOS7Style

iOS7 style of the progress bar

State

try To Connect : progress <= 0

finish loading : progress >= 0

loading : else

About

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).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published