TSMessages icon indicating copy to clipboard operation
TSMessages copied to clipboard

TSMessages Banner does not display

Open bport95 opened this issue 10 years ago • 4 comments

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?

bport95 avatar Jul 08 '15 13:07 bport95

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

albertkim avatar Jul 23 '15 22:07 albertkim

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

felixchan avatar Jul 28 '15 21:07 felixchan

Sounds related to my issue: #255

johnnypayso avatar Oct 08 '15 18:10 johnnypayso

did you guys found any solution of it ?

saad-ansari avatar Oct 17 '16 08:10 saad-ansari