How can I change the frame to JSQMessagesViewController
to display in half screen
self.collectionView?.frame = CGRectMake(0, 0, 320, 250)
above is not changing frame.
How can I change the frame to JSQMessagesViewController
to display in half screen
self.collectionView?.frame = CGRectMake(0, 0, 320, 250)
above is not changing frame.
Add collectionview bottom contraints with respect to your custom view.
Bottom of collectionview to top of custom view