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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:21:59+00:00 2026-05-23T16:21:59+00:00

why isn’t my original variable changed when I pass by reference a CoreData managed

  • 0

why isn’t my original variable changed when I pass by reference a CoreData managed Object variable?

So I have in my iPhone application, a coredata managed object called Config. One of the variables in the XCode 4 produced *.h and *.m files is “@dynamic height;” (I point this out because I wonder if it’s related to this). When accessing this variable in code it is an NSNumber.

So when I setup a new data selection view/controller I set a variable in this controller to be equal to height, so that when I change it in the next view & come back, it should be changed in the 1st view (pass by ref concept).

Only problem is that it doesn’t seem to change the value?

Some code extracts:

@interface Config : NSManagedObject {
@private
}
@property (nonatomic, retain) NSNumber * height;
@end


@implementation Config
@dynamic height;
@end

Calling the 2nd view

// Prepare
SelectorController *sc = [[SelectorController alloc] initWithStyle:UITableViewStyleGrouped];
sc.returnValue = self.config.height;

// Show New Window
[self.navigationController pushViewController:sc animated:YES];
[sc release];

Section Controller

@interface SelectorController : UITableViewController {
    NSNumber *_returnValue;
}
@property (nonatomic, retain) NSNumber *returnValue;
@end
  • 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-23T16:21:59+00:00Added an answer on May 23, 2026 at 4:21 pm

    NSNumber is immutable, that is, you can’t change its value after it’s created. When you assign a new value to an NSNumber property, it’s a completely different object and the original object doesn’t change at all.

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

Sidebar

Related Questions

Why isn't Collection.remove(Object o) generic? Seems like Collection<E> could have boolean remove(E o); Then,
This isn't a real fluent interface. I have an object which builds up a
This isn't legal: public class MyBaseClass { public MyBaseClass() {} public MyBaseClass(object arg) {}
Isn't every language compiled into low-level computer language? If so, shouldn't all languages have
Isn't it much more elegant and neat to have an IStringable interface? Who needs
Isn't it unnecessary to retain a static variable since it stays around for the
isn't it possible to rename tags within the app.config? If I use the following
Why isn't it possible to assign events along with properties in object initializers in
Isn't the point of the project .bundle/config to specify config that is relevant to
Why isn't this regular expression working? A correct email address does not pass the

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.