Is iOS adjusting bottom constraint constant of view when keyboard visible larger on newer model iPhones?
I am setting up my keyboard will show notifier, getting the keyboard height, and setting the constant value on the bottom constraint as shown here: Notification Observer NotificationCenter.default.addObserver(self, selector: #selector(keyboardWillShow), name: UIResponder.keyboardWillShowNotification, object: nil) Keyboard Will Show Function @objc func…