steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 128 forks source link

Change MSGMessengerView bounds in ViewController #72

Open mlyongardiner opened 4 years ago

mlyongardiner commented 4 years ago

How can I set the bounds of the MSGMessengerView to not take up the whole ViewController I assign it to? For example, if I wanted to create a custom NavBar at the top, and have the MSGMessengerView's top constraint set to the bottom of my NavBar.

Thanks!

mlyongardiner commented 4 years ago

Or even, how can I add the MessengerView as a view and implement the protocols in my view controller - just trying to figure out how I can implement MSGMessengerViewController into some sort of custom VC.