I'm using a storyboard to build my UIs. I wasn't able to find same ticket with same question on JSQMessageViewController's repo on Github.
Basically, I want to add a custom view, say a header in my controller, like so:
What I did so far:
- Add the view to the storyboard - didn't work.
- I programmatically made a
UICollectionReusableView
and add it to the data source function:viewForSupplementaryElementOfKind
Any ideas?