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

0 commit comments