Skip to content

The solution for show not working after iOS 10 #115

Open
@Cookiezby

Description

@Cookiezby

replace the line in show function
[[[[UIApplication sharedApplication] windows] firstObject] addSubview:self];
to
[[[UIApplication sharedApplication] keyWindow] addSubview:self];

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