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

Fix IBOutlet warnings. Remove unused property. #8

Merged
merged 2 commits into from
Mar 20, 2013
Merged

Fix IBOutlet warnings. Remove unused property. #8

merged 2 commits into from
Mar 20, 2013

Conversation

mbinna
Copy link
Contributor

@mbinna mbinna commented Feb 8, 2013

This fixes the warning "readonly IBOutlet property when auto-synthesized may not work correctly with 'nib' loader".

Also, weak is better than assign when using weak references to objects, because weak prevents dangling pointers.

This fixes the warning "readonly IBOutlet property when auto-synthesized may not work correctly with 'nib' loader".

Also, weak is better than assign when using weak references to objects, because weak prevents dangling pointers.
jerryhjones added a commit that referenced this pull request Mar 20, 2013
Fix IBOutlet warnings. Remove unused property.
@jerryhjones jerryhjones merged commit 47d81a5 into Spaceman-Labs:master Mar 20, 2013
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