You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every effect is properly documented in the source code, this is the best way to both understand and see what they do. There is also an example project included with all the effects and their settings.
74
+
75
+
### Interface Builder
76
+
73
77
The library is a simple drop-in, as soon as you set your subclass to one of the effects you will be able to see all the IBDesignable settings in the storyboard.
74
78
75
-
Every effect is properly documented in the source code, this is the best way to both understand and see what they do. There is also an example project included with all the effects and their settings.
79
+
### Code
80
+
81
+
If you like to get your hands dirty, you can totally do so just like your normally will with any `UITextField`
82
+
83
+
```swift
84
+
let textField =KaedeTextField(frame: textFieldFrame)
0 commit comments