I\'m trying to change my windows content, from other class , that is subclass of NSViewController.I\'m trying code below, but it doesn\'t do anything.
[NSApp
If the window property isn't set yet, try delaying things until the app has finished loading, like so:
[myObject performSelector:@selector(theSelector) withObject:nil afterDelay:0.1];