no-animation segue:
BVNoAnimationSegue.h
#import <UIKit/UIKit.h>
@interface BVNoAnimationSegue : UIStoryboardSegue
@end
BVNoAnimationSegue.m
#import "BVNoAnimationSegue.h"
@implementation BVNoAnimationSegue
- (void)perform
{
[[self sourceViewController] presentModalViewController:[self destinationViewController] animated:NO];
}
@end
, (, BVNoAnimationSegue.m/.h), "" Segue BVNoAnimationSegue Segue Class. , Xcode, , , "no animation segue" , CTRL- UIViewControllers .