CustomTransitions/Adaptive Presentation/AAPLAdaptivePresentationFirstViewController.m
/* |
Copyright (C) 2016 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The initial view controller for the Adaptive Presentation demo. |
*/ |
#import "AAPLAdaptivePresentationFirstViewController.h" |
@implementation AAPLAdaptivePresentationFirstViewController |
#pragma mark - |
#pragma mark Unwind Actions |
//| ---------------------------------------------------------------------------- |
//! Action for unwinding from AAPLAdaptivePresentationSecondViewController. |
// |
- (IBAction)unwindToAdaptivePresentationFirstViewController:(UIStoryboardSegue *)sender |
{ } |
@end |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-01-28