CXTDT-25210
This commit is contained in:
parent
52119f7b31
commit
0f5a9be82e
@ -527,6 +527,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated {
|
||||
[super viewWillDisappear:animated];
|
||||
if (self.selectedField) {
|
||||
[self.selectedField resignFirstResponder];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[self stopObservingForResponseJSONUpdates];
|
||||
MVMCoreLog(@"%@ deallocated", [[self class] description]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user