Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

ARC, possible bug #13

Open
SzuwarJr opened this issue Jul 23, 2012 · 1 comment
Open

ARC, possible bug #13

SzuwarJr opened this issue Jul 23, 2012 · 1 comment
Labels

Comments

@SzuwarJr
Copy link

In MyLauncherView.h there is:
@Property (nonatomic, strong) id delegate;

I'm not ARC expert, but as far as I know this should be:
@Property (nonatomic, weak) id delegate;

I'm not sure, just look onto it.

Regards...

@Jarada
Copy link
Owner

Jarada commented Sep 12, 2012

Will fix this in a later release. Thanks :)

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

No branches or pull requests

2 participants