I am new to Cocoa programming.
I have a main NSWindowController and would like to open a second sub NSWindowController. can’t seem to find the code anyway.
Can anyone help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
not sure if this is correct but i got this working as this is new for me as well
in the AppDelegate file i have
that seems to open up my view controller
recently i got this code from SO