Skip to content

Commit 2a111b9

Browse files
committed
made placeholderLabel public so subclasses outside of the module can function
1 parent 3becdbc commit 2a111b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TextFieldEffects/TextFieldEffects/TextFieldsEffects.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension String {
1717

1818
public class TextFieldEffects : UITextField {
1919

20-
let placeholderLabel = UILabel()
20+
public let placeholderLabel = UILabel()
2121

2222
public func animateViewsForTextEntry() {
2323
fatalError("\(__FUNCTION__) must be overridden")

0 commit comments

Comments
 (0)