Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARC compliant #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

ARC compliant #5

wants to merge 2 commits into from

Conversation

piterwilson
Copy link

Removed [retain] and [dealloc] to make ARC compliant.

Juan Carlos Ospina Gonzalez added 2 commits September 11, 2013 14:40
Removed retain and dealloc to make ARC compliant.
@bbharier
Copy link

bbharier commented Jun 6, 2016

@piterwilson Hey, I'm thinking about using this functionality for a project I'm working on. What is the ARC compliance for? Is it required for submission to the iOS app store?

@piterwilson
Copy link
Author

ARC stands for "Automatic Reference Counting", and it is the way
objective-c currently does memory management, it was introduced in 2011.
Before that you would have had to do "Manual Reference Counting". All
objective-c code right now is, or should be ARC so don't worry about it. To
learn more about ARC read here
https://en.m.wikipedia.org/wiki/Automatic_Reference_Counting

On Mon, 6 Jun 2016 at 04:09, Ben Bharier [email protected] wrote:

@piterwilson https://github.com/piterwilson Hey, I'm thinking about
using this functionality for a project I'm working on. What is the ARC
compliance for? Is it required for submission to the iOS app store?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AB1abZFlObEaJCqJvXDzyv_wTG_4_Tzrks5qI4FIgaJpZM4A_Gdm
.

@bbharier
Copy link

bbharier commented Jun 6, 2016

@piterwilson Thank you! I am very new to Objective-C development, and code in general. Trying my best to learn and catch up. (Have been working in the Unity game engine in c#, compiling to iOS). Working on creating a native plugin for my company's game that will allow airplay functionality in a more robust capacity than is built into Unity.

Had never heard that term before, and when I googled "ARC Compliant" this was the top result:
http://www.cnet.com/news/what-is-audio-return-channel-arc/

Thank you so much for taking the time to fill me in. This is great learning.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants