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

Odd behaviour #28

Open
cpoker87 opened this issue Jun 5, 2018 · 3 comments
Open

Odd behaviour #28

cpoker87 opened this issue Jun 5, 2018 · 3 comments

Comments

@cpoker87
Copy link

cpoker87 commented Jun 5, 2018

Hi,
First and foremost excellent component, but i have been witnessing some strange behaviour, but not able to simulate it, at times when i tap on the + button it disappears and nothing appears on screen, no tableview, no blur background, it just disappears and only the parent view on which it has been sub-viewed is visible. But if i rebuild the source by cleaning and building, at time it fixes it self. Not sure i can put my finger on the issue. Any help would be greatly appreciated.

@perveznouman
Copy link

Did you found out any solution for this? I am also facing the same issue.

@giridharvc7
Copy link
Owner

Can u share a sample project that has this behaviour? May be I can look at it and find out what's wrong

@perveznouman
Copy link

I found out the reason. I was calling the method before execution of [self.window makeKeyAndVisible], which in turn I was getting _mainWindow = [UIApplication sharedApplication].keyWindow; as nil value.
Thanks.

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

3 participants