Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
123 stars 22 forks source link

Keyboard avoidance should be a category on NSObject #142

Open ZevEisenberg opened 9 years ago

ZevEisenberg commented 9 years ago

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.