APLProgressKringel 0.0.1

APLProgressKringel 0.0.1

Maintained by Carsten Schlobohm, Tino Rachui, Michael Kamphausen, Stephan Lerner, Christine PĆ¼hringer.



  • By
  • Nico Schuemann

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 the font 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.