From 6275e0e829b1e10ff8125ace2a106023ef43fe54 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 25 Jul 2018 15:33:02 -0400 Subject: [PATCH] space --- .../MVMCore/PresentationHandling/MVMCoreNavigationOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m b/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m index bb4f7f8..a7e637d 100644 --- a/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m +++ b/MVMCore/MVMCore/PresentationHandling/MVMCoreNavigationOperation.m @@ -262,7 +262,7 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { if ([keyPath isEqualToString:@"interactiveTransitionCanceled"]) { [object removeObserver:self forKeyPath:@"interactiveTransitionCanceled"]; - BOOL transitionCanceled = ((NSNumber*)change[NSKeyValueChangeNewKey]).boolValue; + BOOL transitionCanceled = ((NSNumber *)change[NSKeyValueChangeNewKey]).boolValue; if (transitionCanceled) { //When interactive transition canceled, the destination viewController should be removed from navigationController [self.navigationObject.viewController removeFromParentViewController];