MMNumberField is a direct subclass from UITextField that can accept text from the Latin Decimal Set ([0-9] and '-' sign). Its value can be set programmatically. To provide the user with more control over it, a maximum and a minimum value have been added as well.
Programmatically, one can choose to set the value in an animated fashion as well.
-
TODO List:
-
Add a value change delegate method.
-
Find an alternative to forcing the UITextFieldDelegate to be the Number Field itself.
-
ENJOYYY !!!
MMCircularView is a component which helps visualizing a floating value and the Progress View is a direct subclass which allows animation over the circular stroke animating the value at the same time.
Both classes have fully customizable appearances.
- TODO List:
- Add an example project.