Skip to content

Commit

Permalink
fix for issue xmartlabs#1044
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorich committed Feb 11, 2019
1 parent 2bff51d commit 34e0d9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions XLForm/XL/Controllers/XLFormViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ -(instancetype)initWithCoder:(NSCoder *)aDecoder

- (void)dealloc
{
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
[nc removeObserver:self name:UIContentSizeCategoryDidChangeNotification object:nil];
[nc removeObserver:self name:UIKeyboardWillShowNotification object:nil];
[nc removeObserver:self name:UIKeyboardWillHideNotification object:nil];

self.tableView.delegate = nil;
self.tableView.dataSource = nil;

Expand Down

0 comments on commit 34e0d9f

Please sign in to comment.