Set the transitioning delegate. (#819)

This commit is contained in:
Daniel Williamson 2017-03-17 08:58:42 +11:00 коммит произвёл Rui Marinho
Родитель 467c1befa1
Коммит e36a02497a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);