Package apple.messages.protocol
Interface MSMessagesAppTranscriptPresentation
-
- All Known Implementing Classes:
MSMessagesAppViewController
public interface MSMessagesAppTranscriptPresentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CGSizecontentSizeThatFits(CGSize size)contentSizeThatFits: The content size of the view controller's view fitting the constraining size.
-
-
-
Method Detail
-
contentSizeThatFits
CGSize contentSizeThatFits(CGSize size)
contentSizeThatFits: The content size of the view controller's view fitting the constraining size. This method will only be called if the `presentationStyle` is `MSMessagesAppPresentationStyleTranscript`.- Parameters:
size- The maximum size the view will be displayed at.
-
-