We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bcf79 commit 452f148Copy full SHA for 452f148
XLForm/XL/Helpers/Views/XLFormTextView.m
@@ -30,7 +30,7 @@ @implementation XLFormTextView
30
31
- (void)dealloc
32
{
33
- [[NSNotificationCenter defaultCenter] removeObserver:self];
+ [[NSNotificationCenter defaultCenter] removeObserver:self name:UITextViewTextDidChangeNotification object:nil];
34
}
35
36
- (instancetype)initWithFrame:(CGRect)frame
0 commit comments