MoZhouqi / KMPlaceholderTextView

A UITextView subclass that adds support for multiline placeholder written in Swift.
MIT License
805 stars 141 forks source link

Swift Comiler Error #52

Closed WenzheFan closed 6 years ago

WenzheFan commented 6 years ago

KMPlaceholderTextView 1./UIKit.NSNotification.Name:5:23:

'UITextViewTextDidChange' was obsoleted in Swift 4.2

UITextViewTextDidChange' has been renamed to 'UITextView.textDidChangeNotification'

Replace 'UITextViewTextDidChange' with 'UITextView.textDidChangeNotification'

2/UIKit.NSNotification.Name:5:23:

'UITextViewTextDidChange' was obsoleted in Swift 4.2'

'UITextViewTextDidChange' has been renamed to 'UITextView.textDidChangeNotification'

Replace 'UITextViewTextDidChange' with 'UITextView.textDidChangeNotification'