Skip to content

Commit

Permalink
Update CUSTOM_CELLS.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Austin Wright <austinwright59@gmail.com>
  • Loading branch information
Alexander-Frost and austinwright authored Oct 30, 2019
1 parent 16e6ee5 commit 2f53776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CUSTOM_CELLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ open class CustomMessageSizeCalculator: MessageSizeCalculator {
open override func messageContainerSize(for message: MessageType) -> CGSize {
// Customize this function implementation to size your content appropriately. This example simply returns a constant size
// Refer to the default MessageKit cell implementations, and the Example App to see how to size a custom cell dynamically
return CGSize(width: 300, height: 130)
return CGSize(width: 300, height: 130)
}
}
```
Expand Down

0 comments on commit 2f53776

Please sign in to comment.