Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created November 12, 2014 14:08
Show Gist options
  • Save spotlessicode/14052401ec4fe3746fe8 to your computer and use it in GitHub Desktop.
Save spotlessicode/14052401ec4fe3746fe8 to your computer and use it in GitHub Desktop.
#import "MyCustomSegue.h"
@implementation MyCustomSegue
- (void)perform
{
UIView *sourceView = ((UIViewController *)self.sourceViewController).view;
UIView *destinationView = ((UIViewController *)self.destinationViewController).view;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment