I have 1 NSMutableArray.
I want to write getter setter method to get that value of array in another file
plz tell me if u have code for it.
I have 1 NSMutableArray. I want to write getter setter method to get that
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.
Try this one.
SO you can access the array value into the another file, so you need to set an array by setter method and where you want that array, you just use getter method.
Thanks.