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 6597451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:12:40+00:00 2026-05-25T18:12:40+00:00

Currently i’m using a Property on the AppDelegate class. Now, as my needs expend,

  • 0

Currently i’m using a Property on the AppDelegate class.

Now, as my needs expend, I need more then 1 of these global property, so I thought to make a Singleton class that will hold the properties and will mange them.
I found a lot of information about Singletons, but I couldn’t figure out, is it possible to modify the property without having an Instance of the class?

For example:

@interface Tools : NSObject

@property (nonatomic,retain) NSDictionary* item;

... 

@end

I would like to do:

[Tools setItem:someDict];
someClass = [someClass alloc] initWithItem:[Tools getItem]];

All my ideas ended up with the problem that the class Tools has no instance.
I’ve tried setting item to be static variable (not property), which worked, but i’m sure that this is not the right why to do it.

related but different question, Adding:

#import "Tools.h"

To the project-Prefix.pch file ,so the item properties will be available from everywhere on the project, Is a good idea?

  • 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-25T18:12:40+00:00Added an answer on May 25, 2026 at 6:12 pm

    You are right in that you need an instance for using a singleton. But where is the problem?

    [Tools sharedInstance].item = someDict; // or
    [[Tools sharedInstance] setItem:someDict;
    

    The sharedInstance method then assures proper instantiation of the one and only Tools instance. I got used to it. The alternative is a class member. You may look at this thread:

    BOOL being reset to NO in init method

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

Sidebar

Related Questions

Currently i'm having trouble using two functions in my -(void)viewDidLoad , both of these
Currently, I am developing a product that does fairly intensive calculations using MS SQL
Currently, I have: <html> <div class=yes1><span><img src=img></span></div> </html> <script> var x = ='yes1' var
Currently I am adding object by creating it like: type TRecord = class private
Currently my query is very heavy, the table (table A) I need to update
Currently if i have dependency project opened, then maven use it instead of specified
Currently we use log4net of version 1.2.10.0 and we should start using some 3rd
Currently we are using Trac . Tickets are good for tracking tasks and related
Currently my server is running of the Tomcat 5.5.26 and JDK 1.5.15. Now I
Currently I am using a pretty basic function to pre-load images: function preload(arrayOfImages) {

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.