Hi Brian,
If I put NotificationCenter.default.addObserver(self, selector: #selector(keyboardWillShow), name: .UIKeyboardWillShow, object: nil) to viewDidLoad, everytime I load the comment view keyboardWillShow gets called even though I have not clicked on the textField yet, how can I disable this? Thanks.