We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92233b6 commit ca4f99cCopy full SHA for ca4f99c
1 file changed
README.md
@@ -233,6 +233,12 @@ class ViewController: UIViewController {
233
}
234
```
235
236
+For an already created ButtonView to update the animation type
237
+
238
+```swift
239
+ self.prgmButtonClickStyleView?.update(animationType: type, allSubviews: true)
240
+```
241
242
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
243
244

0 commit comments