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

Didn't work for me #2

Open
edalford11 opened this issue Jan 20, 2015 · 4 comments
Open

Didn't work for me #2

edalford11 opened this issue Jan 20, 2015 · 4 comments

Comments

@edalford11
Copy link

AFDropdownNotification *notification = [[AFDropdownNotification alloc] init];
notification.titleText = message;
notification.dismissOnTap = YES;
[notification presentInView:self.view withGravityAnimation:YES];

I don't need the buttons so I didn't set the delegate but it was not showing on my UITableViewController.

@KiranPanesar
Copy link

👍 Seeing this too. Even when I use buttons and set a delegate…

@KiranPanesar
Copy link

Got it to work by making it a strong property.

@AlvaroFranco
Copy link
Owner

Yeah, looks like that does the trick. I'm currently looking into it. I'll keep you guys updated.

@animaonline
Copy link

It does´t seem to work in Swift, is there a reason for that?

Update
It started working when I defined the object inside the class, not the method.

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

4 participants