public interface MSMessagesAppTranscriptPresentation
| Modifier and Type | Method and Description |
|---|---|
CGSize |
contentSizeThatFits(CGSize size)
contentSizeThatFits:
|
CGSize contentSizeThatFits(CGSize size)
The content size of the view controller's view fitting the constraining size.
This method will only be called if the `presentationStyle` is `MSMessagesAppPresentationStyleTranscript`.
size - The maximum size the view will be displayed at.