Closed mazllia closed 8 years ago
If delegate does not response to controller:didChangeSection:atIndex:forChangeType:, [self updateSections] is not called.
controller:didChangeSection:atIndex:forChangeType:
[self updateSections]
Fix by adding a flag and explicitly calling [self updateSections] before controllerDidChangeContent:.
controllerDidChangeContent:
If delegate does not response to
controller:didChangeSection:atIndex:forChangeType:
,[self updateSections]
is not called.Fix by adding a flag and explicitly calling
[self updateSections]
beforecontrollerDidChangeContent:
.