We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If i push to a new view controller using:
[self.navigationController pushViewController:vc animated:YES];
the banner shows up just fine. But if i present a view controller using:
[self.navigationController presentViewController:vc animated:YES completion:nil];
the banner doesn't show up at all. Any ideas why this might be happening?
The text was updated successfully, but these errors were encountered:
I'm hitting this issue too. TSMessages seems to show the messages in the background view, not the one actually showing via presentViewController
Sorry, something went wrong.
I'm having this issue as well. Why would it not show? Any ideas?
Sounds related to my issue: #255
did you guys found any solution of it ?
No branches or pull requests
If i push to a new view controller using:
the banner shows up just fine. But if i present a view controller using:
the banner doesn't show up at all. Any ideas why this might be happening?
The text was updated successfully, but these errors were encountered: