I set a NSViewController s view as contentview of mainmenu s window,now how should i use - (BOOL)windowShouldClose:(id)sender
?
I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...