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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:49:00+00:00 2026-06-01T01:49:00+00:00

I recently read a post about no longer needing to declare ivars as well

  • 0

I recently read a post about no longer needing to declare ivars as well as properties on ViewControllers, and have been removing the duplicate declarations from my code as I notice them.

A really puzzling effect I’ve noticed is that if the property lacks a declared ivar, it needs to be preceded by self. Eg:

CustomVC.h:

@interface CustomVC : UIViewController <UITableViewDelegate,UITableViewDataSource> {
...
@property (nonatomic, strong) IBOutlet UITableView *itemsTableView;

CustomVC.m:

[itemsTableView reloadData]; // cellForRowAtIndexPath not called
[self.itemsTableView reloadData]; // table view refreshed as expected

If there was a problem with accessing the variable without self., I’d expect a compile time or runtime error, but it seems to just silently fail, making it vary difficult to debug.

  • 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-06-01T01:49:02+00:00Added an answer on June 1, 2026 at 1:49 am

    it’s not the same to call the ivar (direct access) and using self.myIvar (which is an accessor method – properties- ).

    When you’re using direct ivar access it doesn’t notify observers and thus doesn’t trigger some events. It’s always best to use self.myIvar (some won’t agree though).

    read the answer in the link which is very detailed and very interesting.

    another good point is to synthesize properties like this :

    @synthesize myIvar = myIvar_;
    

    This will ensure you to avoid direct access to the ivar by mistake (forgetting the “self.”)

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

Sidebar

Related Questions

Recently, I read a post on Stack Overflow about finding integers that are perfect
I recently read a blog post about the Reddit hotness formula . The formula
I recently read the following overflow post: Hidden Features of C# One of the
I recently read that getters/setters are evil and I have to say it makes
I recently read an article about c#-5 and new & nice asynchronous programming features
Recently i read an article is about prevent brute-force attack. It said that automatically
I recently read this post: Floating point vs integer calculations on modern hardware and
I recently read Scott Chacon's post Smart HTTP Transport , and I was hoping
I recently read a post on The Anemic Domain Model Pattern which caught my
I read a post recently where someone mentioned that there is no need for

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.