Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 949159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:21:41+00:00 2026-05-15T23:21:41+00:00

i am using this a1 = [[NSMutableArray alloc] init]; now what should be the

  • 0

i am using this a1 = [[NSMutableArray alloc] init]; now what should be the best way to release a1

right now i am releasing in dealloc()

i am allocation a1 in viewdidload() and displaying 10 images there

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:21:42+00:00Added an answer on May 15, 2026 at 11:21 pm

    A basic example would be this:

    // get the party started
    NSMutableArray *tmpArray = [[NSMutableArray alloc] init];
    // as an example, just copy some user defaults into the mutable array
    tmpArray = [[userDefaults objectForKey:@"UserDefaultsExample"] mutableCopy];
    
    // do something here with tmpArray (i.e. if ([tmpArray count] == 0) //do something)
    
    // once you are done with tmpArray, go ahead and release it
    [tmpArray release];
    

    For your case, you’d want to release the array once you are finished with it (i.e. at the end of viewDidLoad is probably a safe bet as long as you truly are finished with it). If you do it this way, you don’t need to create an NSMutableArray object in your .h file, synthesize it and release in dealloc. Instead, you just create a temporary one like I did above and release it when you’re done showing the images from it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to assign objects in an NSMutableArray using this code - (IBAction)variablePressed:(UIButton
The reason I'm asking this is because right now I use an NSMutableSet of
So I created an NSMutableArray of UIImageView like this: NSMutableArray* imageViewArray = [[NSMutableArray alloc]
I'm basically trying to add a new string to my NSMutableArray using this code
I´m using this method to initialize an nsmutablearray - (void)getAllContacts { Contact *contact =
I am using this code in a loop to populate an NSMutable Array of
using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
Using this to load the json var jsonParsed = JSON.parse(localStorage.getItem('test')); Using this to save
Using this page, http://developer.android.com/sdk/compatibility-library.html , I have installed the Android Support Package, added a
Using this C# application pick a start and ending date range, that SAP will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.