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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:19:25+00:00 2026-05-27T08:19:25+00:00

I don’t have enough C knowledge to work out the right thing to do

  • 0

I don’t have enough C knowledge to work out the right thing to do here.

I have a large number of NSManagedObjects that are one step down from the level I am currently working at – my view controller is displaying a table of parent objects, with a detail indicator against each one showing the number of child objects.

The user is able to create a set of filter criteria which are stored in an NSDictionary. My child objects have a complex set of calculations which they perform, based on these criteria, to determine if they pass or do not pass the filter. This is externally represented by a simple read-only boolean property.

What I would like to do is have a static variable in the child object to hold the filter settings dictionary, so that I don’t have to call out to user defaults or similar to get the filter settings for each child object.

At the point of the user creating the filter settings, I don’t have any specific pointer to a child object, and I don’t really want to create a fetch request just to get hold of one – so would something like this be appropriate?

.h:

@interface Child : NSManagedObject
+(void)setFilterSettings:(NSDictionary*)newFilterSettings;
@end

.m:

static NSDictionary *filterSettings;

@implementation Child

+(void)setFilterSettings:(NSDictionary*)newFilterSettings
{
    filterSettings = newFilterSettings;
}
@end

And when the filter settings are made:

[Child setFilterSettings:newFilterSettings];

Assuming this is valid, what, if anything, do I need to do in terms of memory management? I am using ARC.

  • 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-27T08:19:25+00:00Added an answer on May 27, 2026 at 8:19 am

    There’s nothing wrong with the above code. This is the standard way to implement class variables, which do not otherwise exist in ObjC.

    (Side note: I’m a huge fan of ARC, everyone should use it as soon as they can, but I still instinctively twitch when I see an unretained setter….)

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

Sidebar

Related Questions

DON'T ASK WHY but... I have a regex that needs to be case insensitive
Don't yell at me! i have seen many threads claiming that HTML cannot be
Don't know the term for the red validation border, does it have one? I
Don't you hate it when you have class Foobar { public: Something& getSomething(int index)
Don't know if I worded the question right, but basically what I want to
Don't think that I'm mad, I understand how php works! That being said. I
Don't they both have to convert to machine code at some point to execute
Don't overthink this - there's a very commonly used term and I ... have
Don't know what's wrong here, when I run the application it says Specified method
Don't have much to say, just can get into the event handler. XAML: <Grid>

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.