You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Convert LDProgressView to use CALayers
If the progress view uses sublayers, then it will allow for cleaner code, more abstraction, and more customization if the end-developer wants a custom subclass to create a custom fill or background.
## Object Subclass Hierarchy
LDProgressView
_________________________|________________________
| |
LDProgressFillLayer LDProgressBackgroundLayer
_________________|________________ _________________|_________________
| | | | |
Stripes Solid Gradient Fill Outline