Xcode – Get Storyboard identifier of Container View from child View Controller
I have multiple container views on MacOS (Xcode/AppKit) which all embed segue to the same PistonViewController class, as in below image. Each container view has an identifier, e.g. "multiPiston1, multiPiston2", etc... I would like the PistonViewController has an array of…