Update MessageViewController (#1913)

This commit is contained in:
Ryan Nystrom
2018-07-15 19:39:24 -04:00
committed by GitHub
parent 86d5ea5b8a
commit d187ab5d12
3 changed files with 6 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ CHECKOUT OPTIONS:
:commit: 5c1c92b600f0d8094f22fff48e26ded323568194
:git: https://github.com/Instagram/IGListKit.git
MessageViewController:
:commit: b39c89ea688b79cc8daeb29c214a925c9a1c4396
:commit: 2c550c06deae7a810da5722f311e84e40a25e69b
:git: https://github.com/GitHawkApp/MessageViewController.git
Squawk:
:commit: 399ae714ecd69ebf60ca5f4e2ff7822e21b91586

2
Pods/Manifest.lock generated
View File

@@ -193,7 +193,7 @@ CHECKOUT OPTIONS:
:commit: 5c1c92b600f0d8094f22fff48e26ded323568194
:git: https://github.com/Instagram/IGListKit.git
MessageViewController:
:commit: b39c89ea688b79cc8daeb29c214a925c9a1c4396
:commit: 2c550c06deae7a810da5722f311e84e40a25e69b
:git: https://github.com/GitHawkApp/MessageViewController.git
Squawk:
:commit: 399ae714ecd69ebf60ca5f4e2ff7822e21b91586

View File

@@ -71,6 +71,8 @@ open class MessageViewController: UIViewController, MessageAutocompleteControlle
}
}
open func didLayout() { }
// MARK: Private API
// keyboard management
@@ -132,6 +134,8 @@ open class MessageViewController: UIViewController, MessageAutocompleteControlle
)
messageAutocompleteController.layout(in: view, bottomY: messageViewFrame.minY)
didLayout()
}
internal var fullCacheKey: String? {