Skip to content

Notification gone when click on any option in Action sheet  #19

@Hitarth2000

Description

@Hitarth2000

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 its working fine. When i click on any option in action sheet, Notification gone from the existing screen. Is that any limitation ? please help me. due to only this issue i cant use this in my app. Please guide me.

Step to produce issue :

  1. Take one UIButton and open action sheet with 2/3 option.
  2. on that UIButton click event , open notification after 1/2 second. ex:
    [self performSelector:@selector(showNotification:) withObject:nil afterDelay:1];
  3. Now, Action sheet options and Notification both open in screen. When u click on any option from action sheet, notification gone and not fire any method of this..

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions