Up
NSSeguePerforming documentation
Authors
Generated by root
Software documentation for the NSSeguePerforming protocol
NSSeguePerforming
Declared in:
AppKit/NSSeguePerforming.h
Availability:
Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
-performSegueWithIdentifier:sender:
-prepareForSegue:sender:
-shouldPerformSegueWithIdentifier:sender:
performSegueWithIdentifier: sender:
- (void)
performSegueWithIdentifier:
(
NSStoryboardSegueIdentifier
)identifier
sender:
(id)sender;
Availability:
Not in OpenStep/MacOS-X
Description forthcoming.
prepareForSegue: sender:
- (void)
prepareForSegue:
(
NSStoryboardSegue
*)segue
sender:
(id)sender;
Availability:
Not in OpenStep/MacOS-X
Description forthcoming.
shouldPerformSegueWithIdentifier: sender:
- (BOOL)
shouldPerformSegueWithIdentifier:
(
NSStoryboardSegueIdentifier
)identifier
sender:
(id)sender;
Availability:
Not in OpenStep/MacOS-X
Description forthcoming.
Up