UIViewController+RZKeyboardWatcher.h should become NSObject+RZKeyboardWatcher.h. In this brave new world of presentation controllers, there are plenty of non-VC things that you might want to have observing the keyboard. Not submitting a PR just yet because this would break backwards compatibility.
UIViewController+RZKeyboardWatcher.h
should becomeNSObject+RZKeyboardWatcher.h
. In this brave new world of presentation controllers, there are plenty of non-VC things that you might want to have observing the keyboard. Not submitting a PR just yet because this would break backwards compatibility.