AFDropdownNotification icon indicating copy to clipboard operation
AFDropdownNotification copied to clipboard

Dropdown notification view for iOS

Results 17 AFDropdownNotification issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I sent two notifications one after the other and when that happens, the notifications behind will become unclickable and stay will stay on top forever unless your force close the...

There is a memory leak issue, the propery should be declared as: `@property (nonatomic, weak) id notificationDelegate; Without the above both the delegate and the notification instance are caught in...

1. If user assigns no image, the text should move to right 2. Number of buttons can be 1 or 2 3. There should be someway to drag the notification...

`-(void)presentInView:(UIView *)view withGravityAnimation:(BOOL)animation {` function doesn't seem to do much with the `view` argument. Also i'm having issue with the taps. not seeing the block get executed on tap ```...

It is working fine almost in all screen but if action sheet open (with 2/3 option) in iphone during that time if Notification alert display on that screen. Till that...

The buttons do not have any tap indication. I think adding a highlighted background color would help a lot.

If the user rotates their device while the notification is on screen, the notification will not resize itself. So it will be left in an awkward state or will be...