mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Unused code.
This commit is contained in:
parent
9918954883
commit
2c18234cd9
1 changed files with 0 additions and 16 deletions
|
@ -54,22 +54,6 @@
|
|||
|
||||
appDelegate.originalStoryViewNavController.navigationBar.hidden = YES;
|
||||
|
||||
id<UIViewControllerTransitionCoordinator> tc = appDelegate.masterContainerViewController.transitionCoordinator;
|
||||
[tc notifyWhenInteractionEndsUsingBlock:^(id<UIViewControllerTransitionCoordinatorContext> context) {
|
||||
NSLog(@"DONE!!!");
|
||||
NSLog(@"Container View: %@", [context containerView]);
|
||||
NSLog(@"From VC: %@", [context viewControllerForKey:UITransitionContextFromViewControllerKey]);
|
||||
NSLog(@"To VC: %@", [context viewControllerForKey:UITransitionContextToViewControllerKey]);
|
||||
NSLog(@"Initially Interactive: %i", [context initiallyInteractive]);
|
||||
NSLog(@"Completion Curve: %d", [context completionCurve]);
|
||||
NSLog(@"Is Animated: %i", [context isAnimated]);
|
||||
NSLog(@"Is Cancelled: %i", [context isCancelled]);
|
||||
NSLog(@"Is Interactive: %i", [context isInteractive]);
|
||||
NSLog(@"Percent Complete: %f", [context percentComplete]);
|
||||
NSLog(@"Presentation Style: %d", [context presentationStyle]);
|
||||
NSLog(@"Transition Duration: %f", [context transitionDuration]);
|
||||
}];
|
||||
|
||||
if (!appDelegate.masterContainerViewController.interactiveOriginalTransition) {
|
||||
[self loadInitialStory];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue