KMPlaceholderTextView icon indicating copy to clipboard operation
KMPlaceholderTextView copied to clipboard

Add attributed placeholder

Open maurovc opened this issue 6 years ago • 0 comments

It would be cool to have the option to add an attributed placeholder like this:

open var attributedPlaceholder: NSAttributedString? {
     didSet {
         placeholderLabel.attributedText = attributedPlaceholder
     }
}

Thanks!

maurovc avatar Sep 28 '17 09:09 maurovc