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

  • SEARCH
  • Home
  • 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 7972299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:49:54+00:00 2026-06-04T07:49:54+00:00

I store an NSMutableDictionary in a plist file. and when I read it into

  • 0

I store an NSMutableDictionary in a plist file.
and when I read it into a property of my object, I need to be able to edit it.
my properties pointer is NSMutableDictionary only,
However the object which gets generated from the plist is NSDictionary.

and Now I want to be able to add more key value pairs or delete few and save again.
Which I cant as it is an immutable object now.

the object gets created in init of my Model.

How should I go about it ?

  • 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-06-04T07:49:55+00:00Added an answer on June 4, 2026 at 7:49 am

    This should do what you need:

    NSDictionary * dict = [NSDictionary dictionaryWithContentsOfFile: <myfilename>];
    NSMutableDictionary * mutableDict = [[dict mutableCopy] autorelease];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've tried NSMutableDictionary however I don't seem to be able to get an object
i want to save nssarray object into string. code is for (NSMutableDictionary *dictionary in
I am trying to save few property into the plist when the user starts
I am trying to store a custom object in NSMutableDictionary. After saving when I
I would like to store a Class object in an NSMutableDictionary and then instantiate
I am having trouble writing my file into the plist after going through many
target_results is a NSMutableDictionary. Is this an efficient way to store partial sums into
I store file’s attributes (size, update time…) in database. So the problem is how
To store application settings, I am using the Settings tab in the project properties.
I store Guava Library and a testing file Test.java in C:\Program Files\Java\jdk1.6.0_25\bin and execute

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.