Skip to content

Commit 452f148

Browse files
committed
fixed kvo
1 parent 67bcf79 commit 452f148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XLForm/XL/Helpers/Views/XLFormTextView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ @implementation XLFormTextView
3030

3131
- (void)dealloc
3232
{
33-
[[NSNotificationCenter defaultCenter] removeObserver:self];
33+
[[NSNotificationCenter defaultCenter] removeObserver:self name:UITextViewTextDidChangeNotification object:nil];
3434
}
3535

3636
- (instancetype)initWithFrame:(CGRect)frame

0 commit comments

Comments
 (0)