Skip to content

Commit 88212b2

Browse files
committed
Release 0.4.8
1 parent 9cd0f57 commit 88212b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ github "raulriera/TextFieldEffects"
7070

7171
## How to use them
7272

73-
Check out the demo project to see the configuration options for each effect.
73+
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+
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.
7476

7577
## Created by
7678
Raul Riera, [@raulriera](http://twitter.com/raulriera)

TextFieldEffects.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "TextFieldEffects"
19-
s.version = "0.4.7"
19+
s.version = "0.4.8"
2020
s.summary = "Custom drop in UITextFields effects."
2121

2222
s.description = <<-DESC

0 commit comments

Comments
 (0)