How do you declare, set properties, synthesize, and implement an int array of size 5 in Objective C? I’m writing this code for an iphone app. Thanks.
How do you declare, set properties, synthesize, and implement an int array of size
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.
I think the “Cocoa-y” thing to do is hide the int array even if you use it internally. Something like: