I’m wondering if there is any reason to not use NSArrayController programmatically. All documentation and tutorials are geared towards having NSArrayControllers implemented in IB.
Is there any negative to doing so?
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.
No, not at all. It may perhaps beat the purpose of using them, i.e. some kind of automation of the process of managing values, but of course you can create and use them in code instead of from a nib or xib.