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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:10:52+00:00 2026-05-11T11:10:52+00:00

Maybe this is obvious, but I don’t know how to declare class properties in

  • 0

Maybe this is obvious, but I don’t know how to declare class properties in Objective-C.

I need to cache per-class a dictionary and wonder how put it in the class.

  • 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. 2026-05-11T11:10:53+00:00Added an answer on May 11, 2026 at 11:10 am

    properties have a specific meaning in Objective-C, but I think you mean something that’s equivalent to a static variable? E.g. only one instance for all types of Foo?

    To declare class functions in Objective-C you use the + prefix instead of – so your implementation would look something like:

    // Foo.h @interface Foo { }  + (NSDictionary *)dictionary;  // Foo.m + (NSDictionary *)dictionary {   static NSDictionary *fooDict = nil;   if (fooDict == nil) {     // create dict   }   return fooDict; } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Maybe I am over complicating this in my head but I just don't know
This may be a simple fix and maybe I'm missing something obvious, but when
I know this may be obvious, but i didn't set the background to any
Maybe this sounds a little bit crazy, but I need to come up with
maybe my design is not good, or I don't see the obvious solution, but
Maybe I'm just pretty tired, but I don't see an obvious way to parse
I may be missing something obvious here, but how could I rewrite this code
Maybe this is a poor question, but, I can't find a tutorial or even
Maybe this is something very easy to do it but so far it's taking
Maybe this is a dumb question, but do event listeners use CPU cycles like

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.