mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-29 04:24:58 +08:00
Update MessageViewController (#1913)
This commit is contained in:
@@ -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
2
Pods/Manifest.lock
generated
@@ -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
|
||||
|
||||
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user