Hi, everything works like a charm. Except that I cant change my placeholder text as I usually do.
override var placeholder: String? {
willSet(value) {
super.attributedPlaceholder = NSAttributedString(string: value!, attributes: [NSForegroundColorAttributeName : UIColor.whiteColor(), NSFontAttributeName : self.font])
}
}
Any ideas?
Hi, everything works like a charm. Except that I cant change my placeholder text as I usually do.
Any ideas?