Swift-UITextView占位文字及占位文字颜色扩展(可在xib中直接使用)
使用案例extension UITextView { private struct RuntimeKey { static let hw_placeholderLabelKey = UnsafeRawPointer.init(bitPattern: "hw_placeholderLabelKey".hashValue) /// ...其他Key声明 ...