APLProgressKringel
APLProgressKringel is a modern way to represent your progress using a circle. To use it, these steps are necessary:
- Add the pod to your Podfile
#import <APLProgressKringel/APLProgressKringel.h>
- Instantiate the APLProgressKringelView using its
-instantiateFromXib
method - Add it to your view hierarchy
- Configure the
textColor
,circleColor
and optionally thefont
as needed - Don't forget to set the
strokeWidth
to something greater than zero - Set the
progress
property to something between 0 (meaning 0%) and 1 (100%) - Enjoy.