I am working in a study application , I am getting all questions from webservice , after parsing I am creating objects of MyQuestion it’s super class is NSObject and storing all the question object in a NSMutableArray also releases each question obj. , but the array contents sometimes is more than 10,000 .
- My doubt is , is it will create a memory issue as the array contacting huge objects.
- Is there any better way to achieve same .
Thanks in Advance.
no it will not. your memory leak will only be if you own an object and not release it. n the other thing that some time question is 1000, store them into db, and and fetch jst required ones