File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
##
8
8
9
- ` ProcessLoadingView ` is a ` CABasicAnimation ` based loading animation inspired from , where the user can nearly customize everything in it:
10
- https://dribbble.com/shots/1118077-Proces-animation
9
+ ` ProcessLoadingView ` is a ` CABasicAnimation ` based loading animation, where the user can nearly customize everything in it:
10
+ inspired from: https://dribbble.com/shots/1118077-Proces-animation
11
11
12
12
## Features
13
13
@@ -63,7 +63,7 @@ options.stepComplete = step
63
63
options.bgColor = bgColor
64
64
viewProcess.options = options
65
65
```
66
- # note
66
+ ## note
67
67
* set the number of process steps through options's ` setNumberOfItems ` method.
68
68
* ` options.images ` should be assigned an array it's count equals to the total number of steps.
69
69
You can’t perform that action at this time.
0 commit comments