I\'m getting this error with Swift 4.2
Type \'NSNotification.Name\' has no member \'keyboardDidShowNotification\'
Here is my cod
Working on swift 4,2
func bindToKeyboard(){ NotificationCenter.default.addObserver(self, selector: #selector(UIView.keyboardWillChange(_:)), name: UIApplication.keyboardWillChangeFrameNotification , object: nil) }