We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f66f9 commit 0fdf6eaCopy full SHA for 0fdf6ea
1 file changed
README.md
@@ -28,6 +28,10 @@ You can expand the project adding new click-animation-styles
28
29
3) In Attributes Inspector of Interface Builder
30
you can immediately select the button click `animationType`
31
+
32
33
+
34
35
```swift
36
extension ButtonClick {
37
enum Style {
@@ -48,8 +52,6 @@ extension ButtonClick {
48
52
}
49
53
```
50
54
51
-
-
55
4) Also you can select specific layers to animate / or just 1 specific one `allSubviews`
56
57
0 commit comments