I created an outlet property for NSTextView in an window controller file. I then created a separate window xib file with a NSTextView in it. How do I link the view object in the xib file to the outlet in the window controller file?
Share
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.
Change the class of the file’s owner in your xib file to be that of your window controller file, then the outlet will show up under the file’s owner, and you can connect it from there.