KrauseFx / TSMessages

💌 Easy to use and customizable messages/notifications for iOS à la Tweetbot
http://krausefx.com
MIT License
4.87k stars 721 forks source link

TSMessages Banner does not display #236

Open bport95 opened 9 years ago

bport95 commented 9 years ago

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?

albertkim commented 9 years ago

I'm hitting this issue too. TSMessages seems to show the messages in the background view, not the one actually showing via presentViewController

felixchan commented 9 years ago

I'm having this issue as well. Why would it not show? Any ideas?

johnnypayso commented 8 years ago

Sounds related to my issue: #255

saad-ansari commented 7 years ago

did you guys found any solution of it ?