Make some things public

This commit is contained in:
Ivan Zinovyev 2016-12-19 17:28:03 +03:00
parent 75b9a6eb6e
commit 51dc2c6137
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UIAnimatedTextField'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'UIAnimatedTextField'
s.description = <<-DESC
Animated text field

View File

@ -150,8 +150,8 @@ public class UIAnimatedTextField: UIView {
var selectedDate: Date?
@IBInspectable var placeholderTopColor: UIColor = UIColor.gray
@IBInspectable var placeholderBottomColor: UIColor = UIColor.gray
@IBInspectable public var placeholderTopColor: UIColor = UIColor.gray
@IBInspectable public var placeholderBottomColor: UIColor = UIColor.gray
@IBInspectable var enteredTextColor: UIColor {
get { return textField.textColor ?? UIColor.black }