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

Delegate being set to nil? #21

Open
MITREDan opened this issue Jun 18, 2014 · 0 comments
Open

Delegate being set to nil? #21

MITREDan opened this issue Jun 18, 2014 · 0 comments

Comments

@MITREDan
Copy link

I'm reasonably-but-not-completely positive I'm not doing anything wrong here, but forgive me if I am.

I have a class which I use to manage the presentation of the introduction, which is an NSObject.

It retains a strong property of type MYBlurIntroductionView, self.introductionView.

After initializing the introduction view, I set self.introductionView.delegate = self.

Examining self.introductionView immediately after calling buildIntroductionWithPanels, the delegate is indeed set to my object instance. However, no delegate methods ever get called, and I found that by adding a breakpoint prior to the calls to delegate methods in the MYBlurIntroductionView class, I'm seeing that its delegate property is now nil.

Has anyone else seen this?

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

No branches or pull requests

1 participant