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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:32:56+00:00 2026-05-27T13:32:56+00:00

According to Apple’s ARC Documentation , there are a fairly significant number of changes

  • 0

According to Apple’s ARC Documentation, there are a fairly significant number of changes to the way that one develops software when using ARC.

As a complete beginner to Objective-C, would it be better to start off with ARC disabled, with the idea that it would give me a better low-level understanding of what is going on behind the scenes? Or has ARC essentially deprecated the ‘old way’ of doing things, to the point that it’s not really worth spending time learning?

  • 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-27T13:32:57+00:00Added an answer on May 27, 2026 at 1:32 pm

    This is basically an opinion question, and is therefore fairly dangerous.

    My Opinion is a qualified yes. It is worth learning basic memory management. The qualification being don’t get bogged down in it. Learn what ARC is doing for you under the hood with some very simple projects. Once you have a basic understanding of how to handle memory management, i.e. how to avoid retain cycles(as jemmons alluded to they can still be a problem with ARC).
    Once you have a basic grasp of memory management. Start using ARC.

    Also as Jason Coco pointed out ARC handles memory management for (to put it simply) NSObject subclasses. So all of the CF Objects you will still be handling yourself, if you need to use them.

    An excellent explanation about what ARC is doing for you under the hood can be found in the WWDC2011 Session 323 – Introducing Automatic Reference Counting.

    But there are some other considerations that might steer your decision.

    What devices do you need to target?

    If you plan to target iOS 4.3 and up ARC effectively handles memory management for you.(of NSObject subclasses)

    If you plan to target iOS 4.2 then you will not be able to use weak references(you will use unsafe_unretained). iPhone 3g? & iPod touch 2nd gen are stuck at this OS level, because there are many of these devices still in service many developers are still targeting them.

    If you plan to target iOSs earlier than 4.2(This would be rare) you will definitely need to learn MRC(Manual Reference Counting).

    If you plan to build Mac Apps, there is a garbage collector available on that platform. ARC is also an option(full ARC 10.7, no weak support 10.6).

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

Sidebar

Related Questions

According to Apple's documentation , the recommended way of initializing an NSWindowController subclass is
According to Apple documentation and other documentation I have read about on disk encryption
According to Apple's documentation here , this should work in my code: @interface Menu
According to Apple's documentation on the View Controller Lifecycle I noticed the following regarding
I'm trying to use CGBitmapContextCreate . According to Apple's documentation the ApplicationServices framework is
I have an iOS (Obj-C) project that uses ARC (Automatic Reference Counting). According to
According to Apple's documentation , in order to make phone call from my app,
In the Apple Documentation, it is stated that NSDate objects are immutable which I
According to Apple documentation on debugging Core Data it says we should be able
According to Apple's documentation , @font-face is deprecated for use on the iPhone version

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.