зеркало из https://github.com/DeGsoft/maui-linux.git
Set the transitioning delegate. (#819)
This commit is contained in:
Родитель
467c1befa1
Коммит
e36a02497a
|
@ -13,6 +13,7 @@ namespace Xamarin.Forms.Platform.iOS
|
|||
|
||||
View.BackgroundColor = UIColor.White;
|
||||
View.AddSubview(modal.ViewController.View);
|
||||
TransitioningDelegate = modal.ViewController.TransitioningDelegate;
|
||||
AddChildViewController(modal.ViewController);
|
||||
|
||||
modal.ViewController.DidMoveToParentViewController(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче