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
-instantiateFromXibmethod - Add it to your view hierarchy
- Configure the
textColor,circleColorand optionally thefontas needed - Don't forget to set the
strokeWidthto something greater than zero - Set the
progressproperty to something between 0 (meaning 0%) and 1 (100%) - Enjoy.