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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:43:52+00:00 2026-05-28T18:43:52+00:00

Is it possible to programmatically get the properties of an object in objective-c without

  • 0

Is it possible to programmatically get the properties of an object in objective-c without using the runtime methods? I only ask because it seems unnecessary to check it at runtime, when it won’t be changing.
I’m thinking of something to this effect:

MyObject *foo = [[MyObject alloc] init];
NSDictionary *propertiesNamesAndValues = [foo getAllProperties];

Currently my solution looks like this:

id currentClass = [MyObject class];
NSString *propertyName;
unsigned int outCount, i;
objc_property_t *properties = class_copyPropertyList(currentClass, &outCount);
for (i = 0; i < outCount; i++) 
{
    objc_property_t property = properties[i];
    propertyName = [NSString stringWithCString:property_getName(property)];
    NSLog(propertyName);
    NSLog(@"%@",[foo valueForKey:propertyName]);
} 
  • 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-28T18:43:53+00:00Added an answer on May 28, 2026 at 6:43 pm

    Simple answer is no.

    Introspection by definition happens at runtime.
    Additionally, objective-c is highly dynamic language deferring virtually everything to runtime.

    In Objective-C, you just don’t have that much syntactic sugar for introspection – you just have plain-C runtime functions.

    However, nothing stops you from writing some categories on NSObject to provide more Objective-C’ish API and I guess there must be some open source implementations already over internet.

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

Sidebar

Related Questions

Is it possible to programmatically invoke default search functionality of IE using ASP.net ,
Possible Duplicate: How Turn on only Camera flash light programmatically in android? I am
Is there a way in Spring to get an object programmatically as if it
Is it possible to get the version number programmatically from any .NET DLL? If
Is it possible to get the value for StartingNodeUrl programmatically? My sitemap has 3
Possible Duplicate: How to programmatically get DLL dependencies On Windows, in a C++ program,
i want to get the SIM number programmatically.Is it possible in flex?In android developer
Is it possible to get this variables programmatically? http://msdn.microsoft.com/en-us/library/c02as0cs(VS.90).aspx so inline with my question
Possible Duplicate: Programmatically get own phone number in iPhone OS I want to get
$arr[] = $new_item; Is it possible to get the newly pushed item programmatically? Note

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.