TSMessages
                                
                                
                                
                                    TSMessages copied to clipboard
                            
                            
                            
                        TSMessages Banner does not display
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?
I'm hitting this issue too. TSMessages seems to show the messages in the background view, not the one actually showing via presentViewController
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 ?