We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee44c3 commit 3cc73c9Copy full SHA for 3cc73c9
README.md
@@ -63,11 +63,11 @@ options.stepComplete = step
63
options.bgColor = bgColor
64
viewProcess.options = options
65
```
66
-## note
+### note
67
* set the number of process steps through options's `setNumberOfItems` method.
68
* `options.images` should be assigned an array it's count equals to the total number of steps.
69
70
-### Full customization of processView
+# Full customization of processView
71
```Swift
72
//totalSteps: adding 8 process items, this number can be increased or decreased ;)
73
let totalSteps = 8
0 commit comments