identifier
An optional, unique identifier for the storyboard segue that you can specify using the Identity inspector in Interface Builder.
Declaration
var identifier: NSStoryboardSegue.Identifier? { get }Discussion
You use this property if you override the prepare(for:sender:) method of the NSSeguePerforming protocol.