I'm needing to have either a bar or some space up at the top of my JSQMessagesVC to allow users to get back out of it, but adding elements in the storyboard doesn't work because I guess the chatVC is overriding everything in the storyboard? It also leads me to believe that getting a nav controller hooked up to my ChatVC wouldn't do anything because it's going to be overridden by the code.
I've got about 4 pages, but I'm not using a navigation controller between them all. I'd rather just have space and put my own button at the top. This will also fix the issue of messages going all the way to the status bar up.
How do I get space up at the top of a JSQVC to allow to user to back out? If I do have to use a Navigation Controller is it possible to just use navigation for a single view?