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 73b5477 commit c1bf508Copy full SHA for c1bf508
README.md
@@ -118,6 +118,30 @@ options.subTextColor = colorOrange
118
viewProcessOutlet.options = options
119
120
```
121
+
122
+# ProcessView action methods
123
124
+To start Animation:
125
+```Swift
126
+viewProcess.start()
127
+```
128
129
+Reverse animation without removing the items:
130
131
+viewProcess.reverse(removeBtns: false)
132
+{
133
+ //code run after finishing
134
+}
135
136
137
+Reverse animation then removing the items:
138
139
+viewProcess.reverse(removeBtns: true)
140
141
142
143
144
145
146
# To get the locations in the circle circumference:
147
0 commit comments