1

How can I change the frame to JSQMessagesViewController to display in half screen

enter image description here?

 self.collectionView?.frame = CGRectMake(0, 0, 320, 250)

above is not changing frame.

Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
Janak Thakkar
  • 414
  • 5
  • 20

1 Answers1

0

Add collectionview bottom contraints with respect to your custom view.

Bottom of collectionview to top of custom view

Diksha
  • 439
  • 7
  • 22