зеркало из https://github.com/xamarin/ios-samples.git
[Chat] fix keyboard disappearance
Xamarin.iOS 8.10.0.267
This commit is contained in:
Родитель
d2822e7acb
Коммит
b12d3fd094
|
@ -225,7 +225,9 @@ namespace Chat
|
|||
{
|
||||
UIViewAnimationCurve curve = e.AnimationCurve;
|
||||
UIView.Animate (e.AnimationDuration, 0, ConvertToAnimationOptions (e.AnimationCurve), () => {
|
||||
SetToolbarContstraint(e.FrameEnd.Height);
|
||||
nfloat offsetFromBottom = tableView.Frame.GetMaxY() - e.FrameEnd.GetMinY();
|
||||
offsetFromBottom = NMath.Max(0, offsetFromBottom);
|
||||
SetToolbarContstraint(offsetFromBottom);
|
||||
}, null);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче