AFDropdownNotification icon indicating copy to clipboard operation
AFDropdownNotification copied to clipboard

Didn't work for me

Open edalford11 opened this issue 11 years ago • 4 comments

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.

edalford11 avatar Jan 20 '15 19:01 edalford11

:+1: Seeing this too. Even when I use buttons and set a delegate…

KiranPanesar avatar Jan 28 '15 21:01 KiranPanesar

Got it to work by making it a strong property.

KiranPanesar avatar Jan 28 '15 21:01 KiranPanesar

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

AlvaroFranco avatar Jan 29 '15 19:01 AlvaroFranco

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.

animaonline avatar Feb 12 '15 18:02 animaonline