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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:36:37+00:00 2026-05-19T04:36:37+00:00

Porting android applications to iphone applications always gives me the following pattern that I

  • 0

Porting android applications to iphone applications always gives me the following pattern that I accidentally create:

- (void) myFunc:(id)prop {
    self.property = property;
}

Which instead should be:

- (void) myFunc:(id)prop {
    self.property = prop;
}

This always causes my program to quietly break because property gets reset to its existing value rather than being set to the new value, ‘prop’. I cannot name the parameter ‘prop’ to ‘property’ since the compile complains that the parameter masks the instance variables visibility.

Is there a good way to avoid this situation? There are no compiler warnings. Is there a way to make xcode prevent this? I cannot see very many situations where you would set a property to the value of its underlying instance variable (maybe to trigger a KVO binding?), but I don’t see myself doing that in majority of cases.

I understand the above code is synthetic and should be done with @synthesize, but I am just using it as a simplified example to illustrate my point.

  • 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-19T04:36:38+00:00Added an answer on May 19, 2026 at 4:36 am

    Many people choose to name their instance variables with a leading underscore. This would allow you to name your parameter property, and it’s unlikely you’d accidentally type an underscore.

    Or, you could name your parameter newProperty, which might make it different enough that it’d be harder to confuse?

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

Sidebar

Related Questions

I have an iPhone application and I am porting it over to Android. I
J2ME Polish claims to support porting of existing J2ME applications to Android . Has
I am porting an Android app I made to iPhone and running into problems
While porting a desktop application to windows mobile I've reached the following error: Error
I am porting a game, that was originally written for the Win32 API, to
I'm porting old VB6 code that uses the Winsock control to C#. I haven't
I'm porting some MATLAB functions to Scilab . The cool thing is that there
I may start porting an android application to blackberry in the next weeks. I
I am porting a linux application onto android, which runs on beagle board. My
I am currently porting my Android app to a desktop app using Java (Swing,

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.