I'm trying to open a new instance of the same window but I have found a way to do it (Xcode X/Cocoa)
This is what I have. I have an NSButton link to IBAction to open a new instance of the same window:
Any of you knows how can implement something like this?
I'll really appreciate your help.