Results 1 comments of jtaka1012

I also had same problem. (using Swift4.0) I changed `UITextView.textDidChangeNotification` into `.UITextViewTextDidChange` and fixed this issue. https://github.com/jtaka1012/NextGrowingTextView/commit/232b127cd1aefde5927113b119fb562cb343b9b1 I think that this fix works correctly. But, I don't know that if...